aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iw
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-01-02 11:28:11 +0000
committerJohn Crispin <blogic@openwrt.org>2013-01-02 11:28:11 +0000
commitd1c1b7bdd8d3c69070bc8a74b0a52d3dc7d2c553 (patch)
tree330acbc92000670f4c0293e16249f090c54ed821 /package/network/utils/iw
parent88f49b517bf554b1d850989a1def70be1526e598 (diff)
downloadmaster-187ad058-d1c1b7bdd8d3c69070bc8a74b0a52d3dc7d2c553.tar.gz
master-187ad058-d1c1b7bdd8d3c69070bc8a74b0a52d3dc7d2c553.tar.bz2
master-187ad058-d1c1b7bdd8d3c69070bc8a74b0a52d3dc7d2c553.zip
Remove remaining etrax references
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34968 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iw')
-rw-r--r--package/network/utils/iw/Makefile2
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