2
0
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:
Philip Prindeville
2016-12-20 13:26:48 -07:00
committed by John Crispin
parent 8fb39f1682
commit 22ee675f04
2 changed files with 35 additions and 0 deletions

View File

@@ -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))