aboutsummaryrefslogtreecommitdiffstats
path: root/package/iw
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-06-26 20:44:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-06-26 20:44:28 +0000
commitcc44a0b0da7dce0fbf454ea4e3471b0d929e6a51 (patch)
treec24a486b7dc2ea8e2569ca1d7b61ac3816bb1019 /package/iw
parentfd588f4196a4e7622a93e194b44bf487f60440ec (diff)
downloadupstream-cc44a0b0da7dce0fbf454ea4e3471b0d929e6a51.tar.gz
upstream-cc44a0b0da7dce0fbf454ea4e3471b0d929e6a51.tar.bz2
upstream-cc44a0b0da7dce0fbf454ea4e3471b0d929e6a51.zip
remove obsolete kernel dependencies and version checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iw')
-rw-r--r--package/iw/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/iw/Makefile b/package/iw/Makefile
index 226e8ca590..b7ad749a76 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))