X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/00ff299f672bb198eaf876e395e4bb683b26fa93..356535ffd7bc1343ce6bc2fc367f788cc2c1bd24:/rules.mk?ds=sidebyside diff --git a/rules.mk b/rules.mk index d52539f3f..a59346848 100644 --- a/rules.mk +++ b/rules.mk @@ -58,6 +58,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