From: Felix Fietkau Date: Thu, 21 Jul 2016 11:27:12 +0000 (+0200) Subject: build: fix image builder profile override (FS#55) X-Git-Tag: v17.01.0-rc1~1984 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=ed90d50bc4cbbcf615f880c1799814ccf743de8c build: fix image builder profile override (FS#55) Signed-off-by: Felix Fietkau --- 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),)