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

@@ -205,7 +205,7 @@ $(eval $(call KernelPackage,usb2-pci))
define KernelPackage/usb-dwc2
TITLE:=DWC2 USB controller driver
DEPENDS:=@LINUX_3_10
DEPENDS:=@(!LINUX_3_3&&!LINUX_3_6&&!LINUX_3_8&&!LINUX_3_9)
KCONFIG:= \
CONFIG_USB_DWC2 \
CONFIG_USB_DWC2_DEBUG=n \