From daf502edf025dcd15b3843d1a47b7ea9b6a95b46 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 8 Jan 2007 01:13:31 +0000 Subject: [PATCH] backport [5946] to WhiteRussian SDK SVN-Revision: 6024 --- openwrt/package/sdk/files/rules.mk | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2