mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 18:14:35 +02: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:
parent
0452e1aa54
commit
35dc8491f0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user