build: fix image builder profile override (FS#55)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -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),)
|
||||||
|
|||||||
Reference in New Issue
Block a user