kernel: kmod-e1000e depends on pip for 3.8+
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37418
This commit is contained in:
parent
d2cbc1b6cf
commit
f3755ec53c
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ $(eval $(call KernelPackage,e1000))
|
|||
define KernelPackage/e1000e
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Intel(R) PRO/1000 PCIe cards kernel support
|
||||
DEPENDS:=@PCIE_SUPPORT
|
||||
DEPENDS:=@PCIE_SUPPORT +(!LINUX_3_3&&!LINUX_3_6&&!LINUX_3_7):kmod-ptp
|
||||
KCONFIG:=CONFIG_E1000E
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/intel/e1000e/e1000e.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,e1000e)
|
||||
|
|
Loading…
Reference in a new issue