e1000: depend on pci support instead of x86 target - some people have minipci cards with this chipset

SVN-Revision: 18376
This commit is contained in:
Felix Fietkau 2009-11-11 16:30:33 +00:00
parent fb7c762ad6
commit 3f5c35c742

View File

@ -201,7 +201,7 @@ $(eval $(call KernelPackage,e100))
define KernelPackage/e1000
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Intel(R) PRO/1000 PCI cards kernel support
DEPENDS:=@TARGET_x86
DEPENDS:=@PCI_SUPPORT
KCONFIG:=CONFIG_E1000 \
CONFIG_E1000_DISABLE_PACKET_SPLIT=n
FILES:=$(LINUX_DIR)/drivers/net/e1000/e1000.$(LINUX_KMOD_SUFFIX)