projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5d5ae
)
package/mac80211: don't build on 2.4
author
Nicolas Thill
<nico@openwrt.org>
Thu, 15 Jul 2010 15:34:30 +0000
(15:34 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 15 Jul 2010 15:34:30 +0000
(15:34 +0000)
SVN-Revision: 22207
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index 71ce17addc6e7ae5790ada5b18b506e0d8d6d334..c8c6998ceb42a0acc84fce363096e5991b97991d 100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-35,7
+35,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:=@
!LINUX_2_4 @
(!(TARGET_avr32||TARGET_ep93xx||TARGET_ps3||TARGET_pxcab)||BROKEN)
endef
define KernelPackage/cfg80211