aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-06-22 12:27:30 +0000
committerJonas Gorski <jogo@openwrt.org>2015-06-22 12:27:30 +0000
commitc62ddc9b59ca242f14f84524b4d7481765d727f0 (patch)
tree75970b839d0fe3e30d829c5926401e01445ad242 /package
parente9650d45572e4804077d4a8ed9cc555996349cad (diff)
downloadupstream-c62ddc9b59ca242f14f84524b4d7481765d727f0.tar.gz
upstream-c62ddc9b59ca242f14f84524b4d7481765d727f0.tar.bz2
upstream-c62ddc9b59ca242f14f84524b4d7481765d727f0.zip
mac80211: disable for kernel 4.1 for now
Backports requires updates to compile successfully. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46110
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 2af5d39f0a..344fbd80c5 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -60,7 +60,7 @@ define KernelPackage/mac80211/Default
SUBMENU:=$(WMENU)
URL:=https://wireless.wiki.kernel.org/
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
- DEPENDS:=@!TARGET_uml
+ DEPENDS:=@!TARGET_uml @!LINUX_4_1
endef
define KernelPackage/cfg80211