summaryrefslogtreecommitdiffstats
path: root/package/iw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/iw/Makefile')
-rw-r--r--package/iw/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/iw/Makefile b/package/iw/Makefile
index 226e8ca59..b7ad749a7 100644
--- a/package/iw/Makefile
+++ b/package/iw/Makefile
@@ -48,11 +48,9 @@ MAKE_FLAGS += \
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))