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:
parent
fb7c762ad6
commit
3f5c35c742
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue