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> SVN-Revision: 41637
This commit is contained in:
		| @@ -443,6 +443,24 @@ endef | |||||||
| $(eval $(call KernelPackage,e1000e)) | $(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 | define KernelPackage/b44 | ||||||
|   TITLE:=Broadcom 44xx driver |   TITLE:=Broadcom 44xx driver | ||||||
|   KCONFIG:=CONFIG_B44 |   KCONFIG:=CONFIG_B44 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin