diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-08 09:21:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-08 09:21:34 +0000 |
commit | 03965bd6f312c14c35512aae8c0c1393ca662dbe (patch) | |
tree | a0a772e52d2c76890fa9ffb06baa09e2c78fb96d /include | |
parent | 1115bcc62c78c2bc78bcec364b2c3c3f8221fbfc (diff) | |
download | upstream-03965bd6f312c14c35512aae8c0c1393ca662dbe.tar.gz upstream-03965bd6f312c14c35512aae8c0c1393ca662dbe.tar.bz2 upstream-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')
-rw-r--r-- | include/quilt.mk | 1 |
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)"; \ |