aboutsummaryrefslogtreecommitdiffstats
path: root/package/iw/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-03-10 04:12:57 +0000
committerNicolas Thill <nico@openwrt.org>2010-03-10 04:12:57 +0000
commitb4e99d33d93e0ca70048e29367daf4609b41909b (patch)
treeee6d1074f725b0eb85c9eadc14454ab5b09d6f40 /package/iw/Makefile
parenta9dc0200146b71f77e2d24934774e91b5c0bf120 (diff)
downloadupstream-b4e99d33d93e0ca70048e29367daf4609b41909b.tar.gz
upstream-b4e99d33d93e0ca70048e29367daf4609b41909b.tar.bz2
upstream-b4e99d33d93e0ca70048e29367daf4609b41909b.zip
use a common way of marking packages as not supported on specific targets
SVN-Revision: 20117
Diffstat (limited to 'package/iw/Makefile')
-rw-r--r--package/iw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iw/Makefile b/package/iw/Makefile
index debb90e6fd..226e8ca590 100644
--- a/package/iw/Makefile
+++ b/package/iw/Makefile
@@ -23,7 +23,7 @@ define Package/iw
CATEGORY:=Network
TITLE:=cfg80211 interface configuration utility
URL:=http://wireless.kernel.org/en/users/Documentation/iw
- DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +libnl-tiny
+ DEPENDS:= +libnl-tiny @(!(TARGET_avr32||TARGET_etrax)||BROKEN)
endef
define Build/Configure