build: fix image builder profile override (FS#55)

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2016-07-21 13:27:12 +02:00
parent 3d8c8d5e05
commit ed90d50bc4
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ else
endef
endif
PROFILE:=$(call qstrip,$(CONFIG_TARGET_PROFILE))
PROFILE?=$(call qstrip,$(CONFIG_TARGET_PROFILE))
ifeq ($(TARGET_BUILD),1)
ifneq ($(DUMP),)