mirror of https://github.com/hak5/openwrt.git
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 <mail@aparcar.org>openwrt-19.07
parent
69d3c7e6da
commit
f37afec866
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue