Add PCnet32 ethernet support (#3195)

SVN-Revision: 10558
This commit is contained in:
Florian Fainelli
2008-03-07 10:47:23 +00:00
parent 8d30372bdc
commit f5708f2369
3 changed files with 20 additions and 0 deletions

View File

@@ -716,6 +716,22 @@ endef
$(eval $(call KernelPackage,3c59x))
define KernelPackage/pcnet32
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=AMD PCnet32 PCI support
DEPENDS:=@TARGET_x86
KCONFIG:=CONFIG_PCNET32
FILES:=$(LINUX_DIR)/drivers/net/pcnet32.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,pcnet32)
endef
define KernelPackage/pcnet32/description
Kernel modules for AMD PCnet32 Ethernet adapters.
endef
$(eval $(call KernelPackage,pcnet32))
define KernelPackage/tg3
TITLE:=Broadcom Tigon3 Gigabit Ethernet
FILES:=$(LINUX_DIR)/drivers/net/tg3.$(LINUX_KMOD_SUFFIX)