build: set QUILT=1 automatically when calling package host build refresh
Makes behavor consistent with package builds and regular host builds Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
f62f4b3c5c
commit
221f323782
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ FILES_DIR?=./files
|
|||
HOST_PATCH_DIR?=$(PATCH_DIR)
|
||||
HOST_FILES_DIR?=$(FILES_DIR)
|
||||
|
||||
ifeq ($(MAKECMDGOALS),refresh)
|
||||
ifneq ($(filter host-refresh refresh,$(MAKECMDGOALS)),)
|
||||
override QUILT=1
|
||||
override HOST_QUILT=1
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue