diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-10 04:12:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-10 04:12:57 +0000 |
commit | 69a27402c3349749c939eb60377b98b885cb0c24 (patch) | |
tree | c0629610753079829a5d37a2815114459762c2e5 /package/iw/Makefile | |
parent | c930e873c4ac0a44bedec78d763cf48ea8c77fc1 (diff) | |
download | upstream-69a27402c3349749c939eb60377b98b885cb0c24.tar.gz upstream-69a27402c3349749c939eb60377b98b885cb0c24.tar.bz2 upstream-69a27402c3349749c939eb60377b98b885cb0c24.zip |
[package] use a common way of marking packages as not supported on specific targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20117 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iw/Makefile')
-rw-r--r-- | package/iw/Makefile | 2 |
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 |