From: Paul Spooren Date: Fri, 8 Mar 2019 00:09:23 +0000 (+0100) Subject: ib: show current revision based on $(REVISION) X-Git-Tag: v19.07.0-rc1~1099 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=483498808ea999b73c460b59fe85b5fd24c501f1;p=openwrt%2Fstaging%2Fhauke.git ib: show current revision based on $(REVISION) This is useful in for the attendedsyupsgrade server (asu) to distinguish between snapshot version. Currently asu can't tell devices requesting a snapshot build if the same build is already installed. Signed-off-by: Paul Spooren --- diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index c4a7fbf646..6e8d1eaf29 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -95,6 +95,7 @@ staging_dir/host/.prereq-build: include/prereq-build.mk _call_info: FORCE echo 'Current Target: "$(TARGETID)"' + echo 'Current Revision: "$(REVISION)"' echo 'Default Packages: $(DEFAULT_PACKAGES)' echo 'Available Profiles:' echo; $(PROFILE_LIST)