X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d0ddef4be10182314022f491a18d9cde0807a625..151412edb65d39553bb26d410e045384d63a1682:/include/quilt.mk diff --git a/include/quilt.mk b/include/quilt.mk index 6c4839ba4..9309fc94b 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -42,9 +42,9 @@ define PatchDir/Default @if [ -d "$(2)" -a "$$$$(ls $(2) | wc -l)" -gt 0 ]; then \ 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