Browse Source

add nForce Ethernet module

Signed-off-by: Zhiqiang Wang <[email protected]>

SVN-Revision: 35461
Gabor Juhos 13 years ago
parent
commit
4cc962a0eb
1 changed files with 15 additions and 0 deletions
  1. 15 0
      package/kernel/modules/netdevices.mk

+ 15 - 0
package/kernel/modules/netdevices.mk

@@ -663,3 +663,18 @@ define KernelPackage/dm9000/description
 endef
 
 $(eval $(call KernelPackage,dm9000))
+
+define KernelPackage/forcedeth
+  SUBMENU:=$(NETWORK_DEVICES_MENU)
+  TITLE:=nForce Ethernet support
+  DEPENDS:=@PCI_SUPPORT
+  KCONFIG:=CONFIG_FORCEDETH
+  FILES:=$(LINUX_DIR)/drivers/net/ethernet/nvidia/forcedeth.ko
+  AUTOLOAD:=$(call AutoLoad,50,forcedeth)
+endef
+
+define KernelPackage/forcedeth/description
+ Kernel driver for Nvidia Ethernet support
+endef
+
+$(eval $(call KernelPackage,forcedeth))