packages: kernel: negate kernel version checks
Only list the kernel versions that do not match so that new kernel versions will automatically match. This improves support for kernel 3.18. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43132
This commit is contained in:
@@ -110,7 +110,7 @@ $(eval $(call KernelPackage,net-prism54))
|
||||
define KernelPackage/net-rtl8188eu
|
||||
SUBMENU:=$(WIRELESS_MENU)
|
||||
TITLE:=RTL8188EU support (staging)
|
||||
DEPENDS:=@LINUX_3_13||@LINUX_3_14 @USB_SUPPORT +@DRIVER_WEXT_SUPPORT +r8188eu-firmware +kmod-usb-core
|
||||
DEPENDS:=@!LINUX_3_3 @!LINUX_3_8 @!LINUX_3_10 @USB_SUPPORT +@DRIVER_WEXT_SUPPORT +r8188eu-firmware +kmod-usb-core
|
||||
KCONFIG:=\
|
||||
CONFIG_STAGING=y \
|
||||
CONFIG_R8188EU \
|
||||
|
||||
Reference in New Issue
Block a user