diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:44:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:44:28 +0000 |
commit | ff3d5025ac0c398277bf234e9608ab6490330b11 (patch) | |
tree | 4a76a02d5d7fea2447d3f79ffd4aec51e23add6e /package/iw | |
parent | 0410a7b5493313a4d70a2a62b96c0dfe377e1fb6 (diff) | |
download | upstream-ff3d5025ac0c398277bf234e9608ab6490330b11.tar.gz upstream-ff3d5025ac0c398277bf234e9608ab6490330b11.tar.bz2 upstream-ff3d5025ac0c398277bf234e9608ab6490330b11.zip |
remove obsolete kernel dependencies and version checks
SVN-Revision: 21956
Diffstat (limited to 'package/iw')
-rw-r--r-- | package/iw/Makefile | 6 |
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)) |