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
LIBS="-lm -lnl-tiny" \
V=1
-ifneq ($(CONFIG_LINUX_2_6),)
- define Package/iw/install
+define Package/iw/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/iw $(1)/usr/sbin/
- endef
-endif
+endef
$(eval $(call BuildPackage,iw))