projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d3c7e
)
ib: show unified target based on $(TARGETID)
author
Paul Spooren
<mail@aparcar.org>
Fri, 8 Mar 2019 00:06:26 +0000
(
01:06
+0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Fri, 8 Mar 2019 00:18:12 +0000
(
01:18
+0100)
Instead of showing a slightly more readable target like
"ar71xx (Generic)" print the more generic format "ar71xx/genric"
Signed-off-by: Paul Spooren <mail@aparcar.org>
target/imagebuilder/files/Makefile
patch
|
blob
|
history
diff --git
a/target/imagebuilder/files/Makefile
b/target/imagebuilder/files/Makefile
index 1370ec27dfe15b77ff4fcda1d158834906548691..c4a7fbf646c66680bb7b092f8027b5c92c323fbf 100644
(file)
--- a/
target/imagebuilder/files/Makefile
+++ b/
target/imagebuilder/files/Makefile
@@
-94,7
+94,7
@@
staging_dir/host/.prereq-build: include/prereq-build.mk
touch $@
_call_info: FORCE
- echo 'Current Target: "$(
BOARD)$(if $(SUBTARGET), ($(BOARDNAME))
)"'
+ echo 'Current Target: "$(
TARGETID
)"'
echo 'Default Packages: $(DEFAULT_PACKAGES)'
echo 'Available Profiles:'
echo; $(PROFILE_LIST)