mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
kernel: Fix miss config and module for mlx driver
Missing config symbols could lead to build failures on kernel 4.14/4.19. Signed-off-by: Tan Zien <nabsdh9@gmail.com> [rephrase commit message - reorder symbols] Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
02640f0147
commit
d24e43a7f6
@ -1095,12 +1095,15 @@ define KernelPackage/mlx4-core
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Mellanox ConnectX(R) mlx4 core Network Driver
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-ptp
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/mellanox/mlx4/mlx4_core.ko
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/net/ethernet/mellanox/mlx4/mlx4_core.ko \
|
||||
$(LINUX_DIR)/drivers/net/ethernet/mellanox/mlx4/mlx4_en.ko
|
||||
KCONFIG:= CONFIG_MLX4_EN \
|
||||
CONFIG_MLX4_EN_DCB=n \
|
||||
CONFIG_MLX4_CORE=y \
|
||||
CONFIG_MLX4_CORE_GEN2=y \
|
||||
CONFIG_MLX4_DEBUG=n
|
||||
AUTOLOAD:=$(call AutoProbe,mlx4_core)
|
||||
AUTOLOAD:=$(call AutoProbe,mlx4_core mlx4_en)
|
||||
endef
|
||||
|
||||
define KernelPackage/mlx4-core/description
|
||||
@ -1116,7 +1119,11 @@ define KernelPackage/mlx5-core
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.ko
|
||||
KCONFIG:= CONFIG_MLX5_CORE \
|
||||
CONFIG_MLX5_CORE_EN=y \
|
||||
CONFIG_MLX5_EN_RXNFC=y
|
||||
CONFIG_MLX5_EN_RXNFC=y \
|
||||
CONFIG_MLX5_FPGA=n \
|
||||
CONFIG_MLX5_MPFS=n \
|
||||
CONFIG_MLX5_EN_ARFS=n \
|
||||
CONFIG_MLX5_CORE_IPOIB=n
|
||||
AUTOLOAD:=$(call AutoProbe,mlx5_core)
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user