aboutsummaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-07 11:32:09 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-07 11:32:09 +0000
commitcd91f0efcdd49a6309494b4318027ad1acc12583 (patch)
tree5507577cbadae727eb02242ddd9b972669c1709b /rules.mk
parenta9afa36cf5ce6412857e79a8659feaf2a169e0d8 (diff)
downloadupstream-cd91f0efcdd49a6309494b4318027ad1acc12583.tar.gz
upstream-cd91f0efcdd49a6309494b4318027ad1acc12583.tar.bz2
upstream-cd91f0efcdd49a6309494b4318027ad1acc12583.zip
[include] rename PATCH to KPATCH
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23286 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index c0004d8088..49044c8cfb 100644
--- a/rules.mk
+++ b/rules.mk
@@ -160,7 +160,7 @@ HOST_LDFLAGS:=-L$(STAGING_DIR_HOST)/lib
TARGET_CC:=$(TARGET_CROSS)gcc
TARGET_CXX:=$(if $(CONFIG_INSTALL_LIBSTDCPP),$(TARGET_CROSS)g++,no)
-PATCH:=$(SCRIPT_DIR)/patch-kernel.sh
+KPATCH:=$(SCRIPT_DIR)/patch-kernel.sh
SED:=$(STAGING_DIR_HOST)/bin/sed -i -e
CP:=cp -fpR
LN:=ln -sf