aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-09-19 11:39:48 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-09-19 11:39:48 +0000
commit6a5a9b2663a0374324fc6aa3bc62fde0aa74039f (patch)
treea0b4c0131c2ccc7934d25893de02bae1acdcae1d /package/mac80211
parent1e9116b36507d3087bf071bca1a225102a5e002e (diff)
downloadupstream-6a5a9b2663a0374324fc6aa3bc62fde0aa74039f.tar.gz
upstream-6a5a9b2663a0374324fc6aa3bc62fde0aa74039f.tar.bz2
upstream-6a5a9b2663a0374324fc6aa3bc62fde0aa74039f.zip
[package] mac80211: remove ep93xx target from blacklist.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33465 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index ab9c072f2f..99f4561c69 100644
--- 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