diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-09-19 11:39:48 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-09-19 11:39:48 +0000 |
commit | 40b13bc86adae4244e360d1fcd0c320df7680c90 (patch) | |
tree | da16539666e90e07c51b44257edfc43ec6098803 /package/mac80211/Makefile | |
parent | bf0974e8dad414249d7cc44b7acc665658ca634a (diff) | |
download | upstream-40b13bc86adae4244e360d1fcd0c320df7680c90.tar.gz upstream-40b13bc86adae4244e360d1fcd0c320df7680c90.tar.bz2 upstream-40b13bc86adae4244e360d1fcd0c320df7680c90.zip |
mac80211: remove ep93xx target from blacklist.
SVN-Revision: 33465
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 2 |
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 |