- enable PCI - add kmod-pcnet32 to default packages - make kmod-pcnet32 available for malta target

SVN-Revision: 20923
This commit is contained in:
Jo-Philipp Wich
2010-04-16 11:34:21 +00:00
parent 16041806e2
commit 7e29eac780
4 changed files with 42 additions and 8 deletions

View File

@@ -273,7 +273,7 @@ $(eval $(call KernelPackage,3c59x))
define KernelPackage/pcnet32
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=AMD PCnet32 PCI support
DEPENDS:=@TARGET_x86
DEPENDS:=@(TARGET_x86||TARGET_malta)
KCONFIG:=CONFIG_PCNET32
FILES:=$(LINUX_DIR)/drivers/net/pcnet32.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,pcnet32)