From: Paul Spooren Date: Fri, 8 Mar 2019 00:06:26 +0000 (+0100) Subject: ib: show unified target based on $(TARGETID) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=f37afec8668287d19e7d0e0a9bc2ce3e637d45f8 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 --- diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index 1370ec27df..c4a7fbf646 100644 --- 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)