[package] iptables: package hashlimit module (#6696)
[openwrt.git] / package / iw / Makefile
index 226e8ca..b7ad749 100644 (file)
@@ -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))
This page took 0.031854 seconds and 4 git commands to generate.