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
|
@ -15,7 +15,7 @@ FILES_DIR?=./files
|
||||||
HOST_PATCH_DIR?=$(PATCH_DIR)
|
HOST_PATCH_DIR?=$(PATCH_DIR)
|
||||||
HOST_FILES_DIR?=$(FILES_DIR)
|
HOST_FILES_DIR?=$(FILES_DIR)
|
||||||
|
|
||||||
ifeq ($(MAKECMDGOALS),refresh)
|
ifneq ($(filter host-refresh refresh,$(MAKECMDGOALS)),)
|
||||||
override QUILT=1
|
override QUILT=1
|
||||||
override HOST_QUILT=1
|
override HOST_QUILT=1
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue