build: fix image builder profile override (FS#55)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
3d8c8d5e05
commit
ed90d50bc4
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ else
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PROFILE:=$(call qstrip,$(CONFIG_TARGET_PROFILE))
|
PROFILE?=$(call qstrip,$(CONFIG_TARGET_PROFILE))
|
||||||
|
|
||||||
ifeq ($(TARGET_BUILD),1)
|
ifeq ($(TARGET_BUILD),1)
|
||||||
ifneq ($(DUMP),)
|
ifneq ($(DUMP),)
|
||||||
|
|
Loading…
Reference in a new issue