From: Rosen Penev Date: Fri, 26 Mar 2021 10:09:34 +0000 (-0700) Subject: quilt.mk: fix typo in the Host section X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9586a270a06aa8305f066a07ca35ca4883035eed;p=openwrt%2Fstaging%2Fmkresin.git quilt.mk: fix typo in the Host section HOST_PATCH_DIR is used for host patches, not PATCH_DIR. Fixes refreshing patches with a custom HOST_PATCH_DIR. Signed-off-by: Rosen Penev --- diff --git a/include/quilt.mk b/include/quilt.mk index 6d25469daf..18cafe60a2 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -116,7 +116,7 @@ define Quilt/RefreshDir endef define Quilt/Refresh/Host - $(call Quilt/RefreshDir,$(HOST_BUILD_DIR),$(PATCH_DIR)) + $(call Quilt/RefreshDir,$(HOST_BUILD_DIR),$(HOST_PATCH_DIR)) endef define Quilt/Refresh/Package