projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
A little endian arm site defaults, in case anyone wants it. ixp4xx kernel and rootfs...
[openwrt.git]
/
package
/
wpa_supplicant
/
Makefile
diff --git
a/package/wpa_supplicant/Makefile
b/package/wpa_supplicant/Makefile
index
b3fec0c
..
0530a95
100644
(file)
--- a/
package/wpa_supplicant/Makefile
+++ b/
package/wpa_supplicant/Makefile
@@
-60,12
+60,12
@@
define Build/Compile
endef
define Package/wpa-supplicant/install
endef
define Package/wpa-supplicant/install
-
install -m0755 -d
$(1)/usr/sbin
+
$(INSTALL_DIR)
$(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/wpa_supplicant $(1)/usr/sbin/
endef
define Package/wpa-cli/install
$(CP) $(PKG_BUILD_DIR)/wpa_supplicant $(1)/usr/sbin/
endef
define Package/wpa-cli/install
-
install -m0755 -d
$(1)/usr/sbin
+
$(INSTALL_DIR)
$(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/wpa_cli $(1)/usr/sbin/
endef
$(CP) $(PKG_BUILD_DIR)/wpa_cli $(1)/usr/sbin/
endef
This page took
0.023763 seconds
and
4
git commands to generate.