From 80a9e462164bf8ea14d2cffc585202ef94287560 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 17 Dec 2006 15:01:14 +0000 Subject: [PATCH] Add INSTALL_* variables for compatibility with kamikaze, should fix #1044 SVN-Revision: 5821 --- openwrt/rules.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openwrt/rules.mk b/openwrt/rules.mk index e7b6ff81d5..c006d605d2 100644 --- a/openwrt/rules.mk +++ b/openwrt/rules.mk @@ -6,6 +6,10 @@ CP=cp -fpR MAKE1=make MAKEFLAGS=-j$(BR2_JLEVEL) +INSTALL_BIN:=install -m0755 +INSTALL_DIR:=install -d -m0755 +INSTALL_DATA:=install -m0644 + # Strip off the annoying quoting ARCH:=$(strip $(subst ",, $(BR2_ARCH))) #" -- 2.30.2