aboutsummaryrefslogtreecommitdiffstats
path: root/include/quilt.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-08 09:21:34 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-08 09:21:34 +0000
commit03965bd6f312c14c35512aae8c0c1393ca662dbe (patch)
treea0a772e52d2c76890fa9ffb06baa09e2c78fb96d /include/quilt.mk
parent1115bcc62c78c2bc78bcec364b2c3c3f8221fbfc (diff)
downloadmaster-187ad058-03965bd6f312c14c35512aae8c0c1393ca662dbe.tar.gz
master-187ad058-03965bd6f312c14c35512aae8c0c1393ca662dbe.tar.bz2
master-187ad058-03965bd6f312c14c35512aae8c0c1393ca662dbe.zip
[include] quilt.mk: export PATCH for patch-kernel.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23315 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/quilt.mk')
-rw-r--r--include/quilt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/quilt.mk b/include/quilt.mk
index 9309fc94b7..9691dc3276 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -40,6 +40,7 @@ endef
define PatchDir/Default
@if [ -d "$(2)" -a "$$$$(ls $(2) | wc -l)" -gt 0 ]; then \
+ export PATCH="$(PATCH)"; \
if [ -s "$(2)/series" ]; then \
$(call filter_series,$(2)/series) | xargs -n1 \
$(KPATCH) "$(1)" "$(2)"; \