projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d8c8d5
)
build: fix image builder profile override (FS#55)
author
Felix Fietkau
<nbd@nbd.name>
Thu, 21 Jul 2016 11:27:12 +0000
(13:27 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 21 Jul 2016 11:29:04 +0000
(13:29 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/target.mk
patch
|
blob
|
history
diff --git
a/include/target.mk
b/include/target.mk
index 6a0ec97cbf0eee5173551d3750aa3ba3ec9b51bc..427708e07fa95d0c3f06d06b2462698cbecbced0 100644
(file)
--- 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),)