Browse Source

ib: show unified target based on $(TARGETID)

Instead of showing a slightly more readable target like
"ar71xx (Generic)" print the more generic format "ar71xx/genric"

Signed-off-by: Paul Spooren <[email protected]>
Paul Spooren 6 years ago
parent
commit
f37afec866
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/imagebuilder/files/Makefile

+ 1 - 1
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)