[include] rename PATCH to KPATCH
[openwrt.git] / include / quilt.mk
index 6c4839b..9309fc9 100644 (file)
@@ -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
This page took 0.023544 seconds and 4 git commands to generate.