X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d0ddef4be10182314022f491a18d9cde0807a625..06304272057051a9d2a412f0a27b31ce6c917b6f:/include/quilt.mk diff --git a/include/quilt.mk b/include/quilt.mk index 6c4839ba4..9691dc327 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -40,11 +40,12 @@ 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 \ - $(PATCH) "$(1)" "$(2)"; \ + $(KPATCH) "$(1)" "$(2)"; \ else \ - $(PATCH) "$(1)" "$(2)"; \ + $(KPATCH) "$(1)" "$(2)"; \ fi; \ fi endef