projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9650d4
)
mac80211: disable for kernel 4.1 for now
author
Jonas Gorski
<jogo@openwrt.org>
Mon, 22 Jun 2015 12:27:30 +0000
(12:27 +0000)
committer
Jonas Gorski
<jogo@openwrt.org>
Mon, 22 Jun 2015 12:27:30 +0000
(12:27 +0000)
Backports requires updates to compile successfully.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46110
package/kernel/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/mac80211/Makefile
b/package/kernel/mac80211/Makefile
index 2af5d39f0aa899789a02ebe2955a7e37e965891a..344fbd80c50e4d93767aa207417babf68dc4b409 100644
(file)
--- 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