diff options
Diffstat (limited to 'package/iw/Makefile')
-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)) |