X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fhostap-utils%2FMakefile;h=4f4be05890b5e66e68c9d51209f9d887844bb8a2;hb=a4a6443af12b7758b12020f561fa7fe2e0a3e87f;hp=68afdd2709d6d209b9bb608967ad563be0f0940f;hpb=45931610d1371befd1481f07d1e3f1a8d4f16029;p=openwrt.git diff --git a/package/hostap-utils/Makefile b/package/hostap-utils/Makefile index 68afdd2709..4f4be05890 100644 --- a/package/hostap-utils/Makefile +++ b/package/hostap-utils/Makefile @@ -36,13 +36,13 @@ define Build/Compile endef define Package/hostap-utils/install - install -m0755 -d $(1)/usr/sbin - install -m0755 $(PKG_BUILD_DIR)/hostap_crypt_conf $(1)/usr/sbin/ - install -m0755 $(PKG_BUILD_DIR)/hostap_diag $(1)/usr/sbin/ - install -m0755 $(PKG_BUILD_DIR)/hostap_io_debug $(1)/usr/sbin/ - install -m0755 $(PKG_BUILD_DIR)/hostap_rid $(1)/usr/sbin/ - install -m0755 $(PKG_BUILD_DIR)/prism2_srec $(1)/usr/sbin/ - install -m0755 $(PKG_BUILD_DIR)/split_combined_hex $(1)/usr/sbin/ + $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/hostap_crypt_conf $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/hostap_diag $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/hostap_io_debug $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/hostap_rid $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/prism2_srec $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/split_combined_hex $(1)/usr/sbin/ endef $(eval $(call BuildPackage,hostap-utils))