projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce36543
)
mac80211: allow building for linux 3.1 again
author
Jonas Gorski
<jogo@openwrt.org>
Sun, 28 Aug 2011 10:17:26 +0000
(10:17 +0000)
committer
Jonas Gorski
<jogo@openwrt.org>
Sun, 28 Aug 2011 10:17:26 +0000
(10:17 +0000)
wireless-testing 2011-08-26 properly detects and works with linux 3.1.
SVN-Revision: 28096
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index d4bbff495f81698bd4f4f2e62850333c40faac7b..e2942f8fbc359bf4a770fc63e7661a2bfa5c5ef1 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
||LINUX_3_1
)||BROKEN)
+ DEPENDS:=@(!(TARGET_avr32||TARGET_ep93xx||TARGET_ps3||TARGET_pxcab)||BROKEN)
endef
define KernelPackage/cfg80211