build: fix image builder profile override (FS#55)
[openwrt/staging/florian.git] / include / target.mk
index 6a0ec97cbf0eee5173551d3750aa3ba3ec9b51bc..427708e07fa95d0c3f06d06b2462698cbecbced0 100644 (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),)