projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf0974e
)
mac80211: remove ep93xx target from blacklist.
author
Florian Fainelli
<florian@openwrt.org>
Wed, 19 Sep 2012 11:39:48 +0000
(11:39 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 19 Sep 2012 11:39:48 +0000
(11:39 +0000)
SVN-Revision: 33465
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index ab9c072f2fa10df6b3146a2258e5048ce1f7e144..99f4561c69e365172a117c2cbbdfde2fae65ba22 100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-49,7
+49,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_ps3||TARGET_pxcab)||BROKEN)
endef
define KernelPackage/cfg80211