summaryrefslogtreecommitdiffstats
path: root/include/quilt.mk
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-07 11:32:09 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-07 11:32:09 +0000
commit60004bec44cf9fc351d4fcee9063e8f64e2d03e2 (patch)
tree5507577cbadae727eb02242ddd9b972669c1709b /include/quilt.mk
parent6f24d966a772af287b0a0e9e5c27fb147cb2f080 (diff)
[include] rename PATCH to KPATCH
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23286 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/quilt.mk')
-rw-r--r--include/quilt.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/quilt.mk b/include/quilt.mk
index 6c4839ba4..9309fc94b 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -42,9 +42,9 @@ define PatchDir/Default
@if [ -d "$(2)" -a "$$$$(ls $(2) | wc -l)" -gt 0 ]; then \
if [ -s "$(2)/series" ]; then \
$(call filter_series,$(2)/series) | xargs -n1 \
- $(PATCH) "$(1)" "$(2)"; \
+ $(KPATCH) "$(1)" "$(2)"; \
else \
- $(PATCH) "$(1)" "$(2)"; \
+ $(KPATCH) "$(1)" "$(2)"; \
fi; \
fi
endef