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 | 38e3474542eded63b16cf90a60eb5fa1ec2b9dcf (patch) | |
tree | 1df48d5bf70b5af64a0716ee94060bf77f6277d0 | |
parent | be2a1e14babe42c1767780b1dc6ada97b8a7ca84 (diff) | |
download | mtk-20170518-38e3474542eded63b16cf90a60eb5fa1ec2b9dcf.zip mtk-20170518-38e3474542eded63b16cf90a60eb5fa1ec2b9dcf.tar.gz mtk-20170518-38e3474542eded63b16cf90a60eb5fa1ec2b9dcf.tar.bz2 |
quilt.mk: export PATCH for patch-kernel.sh
SVN-Revision: 23315
-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 9309fc9..9691dc3 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)"; \ |