diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-07 11:32:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-07 11:32:09 +0000 |
commit | d3f412f4ec3a6e47297ab22c60208394aed9b03c (patch) | |
tree | 398b2c1e87c2cbd8c533765f33d8ae407b63ccfe /rules.mk | |
parent | 59cf6711609e14d7d0adb4fd729e3bfa3b13bda6 (diff) | |
download | upstream-d3f412f4ec3a6e47297ab22c60208394aed9b03c.tar.gz upstream-d3f412f4ec3a6e47297ab22c60208394aed9b03c.tar.bz2 upstream-d3f412f4ec3a6e47297ab22c60208394aed9b03c.zip |
rename PATCH to KPATCH
SVN-Revision: 23286
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |