From 4a91ee3da6a35916c297378ce61199497dbc5719 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 17 Dec 2006 18:29:24 +0000 Subject: [PATCH] backport [5619] to WhiteRussian SDK SVN-Revision: 5826 --- openwrt/package/sdk/files/rules.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openwrt/package/sdk/files/rules.mk b/openwrt/package/sdk/files/rules.mk index a4dcaa1fcd..40e414bb1d 100644 --- a/openwrt/package/sdk/files/rules.mk +++ b/openwrt/package/sdk/files/rules.mk @@ -59,6 +59,10 @@ PATCH:=$(SCRIPT_DIR)/patch-kernel.sh SED:=$(STAGING_DIR)/bin/sed -i -e CP:=cp -fpR +INSTALL_BIN:=install -m0755 +INSTALL_DIR:=install -d -m0755 +INSTALL_DATA:=install -m0644 + ifneq ($(CONFIG_CCACHE),) # FIXME: move this variable to a better location export CCACHE_DIR=$(STAGING_DIR)/ccache -- 2.30.2