From ed90d50bc4cbbcf615f880c1799814ccf743de8c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 21 Jul 2016 13:27:12 +0200 Subject: [PATCH] build: fix image builder profile override (FS#55) Signed-off-by: Felix Fietkau --- include/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/target.mk b/include/target.mk index 6a0ec97cbf..427708e07f 100644 --- a/include/target.mk +++ b/include/target.mk @@ -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),) -- 2.30.2