X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2d8161b0e961e1c2ff84909d6801c71fb83e1f8e..ae57d8838ce086c44a95b54816191ed9e92545b2:/package/iw/Makefile 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))