use a common way of marking packages as not supported on specific targets

SVN-Revision: 20117
This commit is contained in:
Nicolas Thill
2010-03-10 04:12:57 +00:00
parent a9dc020014
commit b4e99d33d9
4 changed files with 6 additions and 6 deletions

View File

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