From: Nicolas Thill Date: Mon, 8 Jan 2007 01:13:31 +0000 (+0000) Subject: backport [5946] to WhiteRussian SDK X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=daf502edf025dcd15b3843d1a47b7ea9b6a95b46;p=openwrt%2Fsvn-archive%2Farchive.git backport [5946] to WhiteRussian SDK SVN-Revision: 6024 --- diff --git a/openwrt/package/sdk/files/rules.mk b/openwrt/package/sdk/files/rules.mk index 40e414bb1d..98d9720c1f 100644 --- a/openwrt/package/sdk/files/rules.mk +++ b/openwrt/package/sdk/files/rules.mk @@ -62,6 +62,7 @@ CP:=cp -fpR INSTALL_BIN:=install -m0755 INSTALL_DIR:=install -d -m0755 INSTALL_DATA:=install -m0644 +INSTALL_CONF:=install -m0600 ifneq ($(CONFIG_CCACHE),) # FIXME: move this variable to a better location