kernel: negate kernel version dependencies to fix config for new kernel versions

This fixes some problems on kernel 3.13 and also removes the reference to LINUX_3_7.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 39532
This commit is contained in:
Hauke Mehrtens
2014-02-08 15:34:12 +00:00
parent caf2bd456c
commit 8f0ffe9cc6
3 changed files with 3 additions and 3 deletions

View File

@@ -430,7 +430,7 @@ $(eval $(call KernelPackage,e1000))
define KernelPackage/e1000e
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Intel(R) PRO/1000 PCIe cards kernel support
DEPENDS:=@PCIE_SUPPORT +(!LINUX_3_3&&!LINUX_3_6&&!LINUX_3_7):kmod-ptp
DEPENDS:=@PCIE_SUPPORT +(!LINUX_3_3&&!LINUX_3_6):kmod-ptp
KCONFIG:=CONFIG_E1000E
FILES:=$(LINUX_DIR)/drivers/net/ethernet/intel/e1000e/e1000e.ko
AUTOLOAD:=$(call AutoProbe,e1000e)