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


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20923 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich
2010-04-16 11:34:21 +00:00
parent 6abb712c5e
commit ef6563b517
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)