[openwrt/openwrt] imagebuilder: show architecture in `make info` output

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 24 00:43:09 PDT 2021


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a7fdd4de5931fdd0af61e2ab5d2da3db2339a41d

commit a7fdd4de5931fdd0af61e2ab5d2da3db2339a41d
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Thu Sep 23 18:46:15 2021 -1000

    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 at aparcar.org>
---
 target/imagebuilder/files/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile
index aeae98aacd..871a40b3a1 100644
--- a/target/imagebuilder/files/Makefile
+++ b/target/imagebuilder/files/Makefile
@@ -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:'



More information about the lede-commits mailing list