mirror of
https://github.com/openwrt/openwrt.git
synced 2025-10-30 07:49:23 +08:00
imagebuilder: show architecture in make info output
Using `make info` show the current target, revision, default packages and available profiles. This commits adds the used architecture. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
@ -102,6 +102,7 @@ staging_dir/host/.prereq-build: include/prereq-build.mk
|
||||
|
||||
_call_info: FORCE
|
||||
echo 'Current Target: "$(TARGETID)"'
|
||||
echo 'Current Architecture: "$(ARCH)"'
|
||||
echo 'Current Revision: "$(REVISION)"'
|
||||
echo 'Default Packages: $(DEFAULT_PACKAGES)'
|
||||
echo 'Available Profiles:'
|
||||
|
||||
Reference in New Issue
Block a user