forked from Ivasoft/openwrt
kernel: kmod packaging for Intel 10G ethernet ixgbe driver
A lot of Ivybridge and Haswell servers have the 82598/82599 Ethernet controllers. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
committed by
John Crispin
parent
8fb39f1682
commit
22ee675f04
@@ -993,3 +993,19 @@ define KernelPackage/nlmon/description
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,nlmon))
|
||||
|
||||
|
||||
define KernelPackage/mdio
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=MDIO (clause 45) PHY support
|
||||
KCONFIG:=CONFIG_MDIO
|
||||
HIDDEN:=1
|
||||
FILES:=$(LINUX_DIR)/drivers/net/mdio.ko
|
||||
AUTOLOAD:=$(call AutoLoad,32,mdio)
|
||||
endef
|
||||
|
||||
define KernelPackage/mdio/description
|
||||
Kernel modules for MDIO (clause 45) PHY support
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,mdio))
|
||||
|
||||
Reference in New Issue
Block a user