diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-06-26 20:44:28 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-06-26 20:44:28 +0000 |
commit | 5b8b96e82353a69ba96469e4a368260e93d2782d (patch) | |
tree | c24a486b7dc2ea8e2569ca1d7b61ac3816bb1019 /package/iw | |
parent | 74c8c79422e2c0ff07721142c7510d6bcfdcc9ef (diff) |
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/Makefile | 6 |
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)) |