kernel: add igb kernel module
Added igb kernel module which supports a variety of Intel GigE PCIe devices Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41637 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
dacbe3a582
commit
5c2141fb9d
|
@ -443,6 +443,24 @@ endef
|
|||
$(eval $(call KernelPackage,e1000e))
|
||||
|
||||
|
||||
define KernelPackage/igb
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-i2c-algo +kmod-i2c-algo-bit
|
||||
KCONFIG:=CONFIG_IGB \
|
||||
CONFIG_IGB_HWMON=n \
|
||||
CONFIG_IGB_DCA=n
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/intel/igb/igb.ko
|
||||
AUTOLOAD:=$(call AutoLoad,35,igb)
|
||||
endef
|
||||
|
||||
define KernelPackage/igb/description
|
||||
Kernel modules for Intel(R) 82575/82576 PCI-Express Gigabit Ethernet adapters.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,igb))
|
||||
|
||||
|
||||
define KernelPackage/b44
|
||||
TITLE:=Broadcom 44xx driver
|
||||
KCONFIG:=CONFIG_B44
|
||||
|
|
Loading…
Reference in New Issue