projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e22a908
)
package: mac80211: mark as broken for 3.2
author
Jonas Gorski
<jogo@openwrt.org>
Wed, 9 Nov 2011 21:16:48 +0000
(21:16 +0000)
committer
Jonas Gorski
<jogo@openwrt.org>
Wed, 9 Nov 2011 21:16:48 +0000
(21:16 +0000)
SVN-Revision: 28896
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index 0c4cd81b002ccb8caa799aadfb4bfafff4d966a1..99df53e7875f4e98f033f0488d20876bad9995bf 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_2
)||BROKEN)
endef
define KernelPackage/cfg80211