1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 02:49:48 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18376 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-11-11 16:30:33 +00:00
parent 0452e1aa54
commit 35dc8491f0

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)