mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mlx: avoid use of __DATE__ to make build reproducible
Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D8886
This commit is contained in:
parent
c4510a9bec
commit
07b2e5c92a
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@
|
|||
#define DRV_NAME "mlx4_core"
|
||||
#define PFX DRV_NAME ": "
|
||||
#define DRV_VERSION "2.1.6"
|
||||
#define DRV_RELDATE __DATE__
|
||||
#define DRV_RELDATE "Sep 30 2016"
|
||||
|
||||
#define DRV_STACK_NAME "Linux-MLNX_OFED"
|
||||
#define DRV_STACK_VERSION "2.1"
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
#define DRV_NAME MLX4_IB_DRV_NAME
|
||||
#define DRV_VERSION "1.0"
|
||||
#define DRV_RELDATE __DATE__
|
||||
#define DRV_RELDATE "Sep 30 2016"
|
||||
|
||||
#define MLX4_IB_DRIVER_PROC_DIR_NAME "driver/mlx4_ib"
|
||||
#define MLX4_IB_MRS_PROC_DIR_NAME "mrs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue