X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4e7d27c89015a1ca768e10254b1eb472d3e8021c..c82f121949ec6e959d692b7000b3f4e976dd8210:/include/quilt.mk?ds=inline diff --git a/include/quilt.mk b/include/quilt.mk index 7714f2911..dc5a9d2b6 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -10,6 +10,10 @@ ifeq ($(KERNEL_BUILD),1) endif PATCH_DIR?=./patches +ifeq ($(MAKECMDGOALS),refresh) + override QUILT=1 +endif + define Quilt/Patch @for patch in $$$$( (cd $(1) && ls) 2>/dev/null ); do ( \ cp "$(1)/$$$$patch" $(PKG_BUILD_DIR); \