Backport INSTALL_CONF to wr
authorFlorian Fainelli <florian@openwrt.org>
Tue, 2 Jan 2007 09:47:20 +0000 (09:47 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 2 Jan 2007 09:47:20 +0000 (09:47 +0000)
SVN-Revision: 5967

openwrt/rules.mk

index c006d605d22514e8e655b882911e86c4ddcc435e..8ffe6ec19b67832855f1ba854cf1d5a20cface8b 100644 (file)
@@ -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)))