From 40b13bc86adae4244e360d1fcd0c320df7680c90 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Wed, 19 Sep 2012 11:39:48 +0000
Subject: [PATCH] mac80211: remove ep93xx target from blacklist.

SVN-Revision: 33465
---
 package/mac80211/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab