summaryrefslogtreecommitdiffstats
path: root/include/quilt.mk
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-08 09:21:34 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-08 09:21:34 +0000
commit17d5c3dc3af50a257ce659ee789590c17a809d31 (patch)
treea0a772e52d2c76890fa9ffb06baa09e2c78fb96d /include/quilt.mk
parentc30c926f2524c7d40e59ad630e510c69015f105f (diff)
[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 9309fc94b..9691dc327 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)"; \