mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
kernel: net: mlx4: mark it broken
mlx4 currently has link-related issues in openwrt, will be mark broken. issues report: https://github.com/openwrt/openwrt/issues/13310 Signed-off-by: Tan Zien <nabsdh9@gmail.com>
This commit is contained in:
parent
1611c21ac6
commit
6da1c7d042
@ -1306,7 +1306,7 @@ $(eval $(call KernelPackage,be2net))
|
||||
define KernelPackage/mlx4-core
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Mellanox ConnectX(R) mlx4 core Network Driver
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-ptp
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-ptp @BROKEN
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/net/ethernet/mellanox/mlx4/mlx4_core.ko \
|
||||
$(LINUX_DIR)/drivers/net/ethernet/mellanox/mlx4/mlx4_en.ko
|
||||
|
Loading…
Reference in New Issue
Block a user