projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d430455
)
package/mac80211: mark as broken for linux 3.1
author
Jonas Gorski
<jogo@openwrt.org>
Tue, 9 Aug 2011 12:19:30 +0000
(12:19 +0000)
committer
Jonas Gorski
<jogo@openwrt.org>
Tue, 9 Aug 2011 12:19:30 +0000
(12:19 +0000)
compat-wireless does not support 3.1 yet.
SVN-Revision: 27935
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index 168ede3f22ea0d8ca581a057d786cf9b86832ca7..377497905e5b67e0754cb415b7c2de8beba16d65 100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-48,7
+48,7
@@
define KernelPackage/mac80211/Default
SUBMENU:=$(WMENU)
URL:=http://linuxwireless.org/
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
- DEPENDS:=@(!(TARGET_avr32||TARGET_ep93xx||TARGET_ps3||TARGET_pxcab)||BROKEN)
+ DEPENDS:=@(!(TARGET_avr32||TARGET_ep93xx||TARGET_ps3||TARGET_pxcab
||LINUX_3_1
)||BROKEN)
endef
define KernelPackage/cfg80211