diff options
author | John Crispin <john@openwrt.org> | 2013-01-02 11:28:11 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-01-02 11:28:11 +0000 |
commit | a730e96569c72c13919ef75dbd63fdd065debb36 (patch) | |
tree | a53b5ee7b3ff5841ded19b36947bda71468aab9c /package/network/utils/iw | |
parent | 075ea0d52e7a2c21636394ab42939bd92d55e896 (diff) | |
download | upstream-a730e96569c72c13919ef75dbd63fdd065debb36.tar.gz upstream-a730e96569c72c13919ef75dbd63fdd065debb36.tar.bz2 upstream-a730e96569c72c13919ef75dbd63fdd065debb36.zip |
Remove remaining etrax references
SVN-Revision: 34968
Diffstat (limited to 'package/network/utils/iw')
-rw-r--r-- | package/network/utils/iw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iw/Makefile b/package/network/utils/iw/Makefile index b63a61cecc..91167d8b3b 100644 --- a/package/network/utils/iw/Makefile +++ b/package/network/utils/iw/Makefile @@ -24,7 +24,7 @@ define Package/iw CATEGORY:=Network TITLE:=cfg80211 interface configuration utility URL:=http://wireless.kernel.org/en/users/Documentation/iw - DEPENDS:= +libnl-tiny @(!(TARGET_avr32||TARGET_etrax)||BROKEN) + DEPENDS:= +libnl-tiny @(!TARGET_avr32||BROKEN) endef define Build/Configure |