projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf0c6c
)
Backport INSTALL_CONF to wr
author
Florian Fainelli
<florian@openwrt.org>
Tue, 2 Jan 2007 09:47:20 +0000
(09:47 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 2 Jan 2007 09:47:20 +0000
(09:47 +0000)
SVN-Revision: 5967
openwrt/rules.mk
patch
|
blob
|
history
diff --git
a/openwrt/rules.mk
b/openwrt/rules.mk
index c006d605d22514e8e655b882911e86c4ddcc435e..8ffe6ec19b67832855f1ba854cf1d5a20cface8b 100644
(file)
--- a/
openwrt/rules.mk
+++ b/
openwrt/rules.mk
@@
-9,6
+9,7
@@
MAKEFLAGS=-j$(BR2_JLEVEL)
INSTALL_BIN:=install -m0755
INSTALL_DIR:=install -d -m0755
INSTALL_DATA:=install -m0644
+INSTALL_CONF:=install -m0600
# Strip off the annoying quoting
ARCH:=$(strip $(subst ",, $(BR2_ARCH)))