projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f37afec
)
ib: show current revision based on $(REVISION)
author
Paul Spooren
<mail@aparcar.org>
Fri, 8 Mar 2019 00:09:23 +0000
(
01:09
+0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Fri, 8 Mar 2019 00:18:12 +0000
(
01:18
+0100)
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 <mail@aparcar.org>
target/imagebuilder/files/Makefile
patch
|
blob
|
history
diff --git
a/target/imagebuilder/files/Makefile
b/target/imagebuilder/files/Makefile
index c4a7fbf646c66680bb7b092f8027b5c92c323fbf..6e8d1eaf29cfd2f654fd6f119ae85befa0faf478 100644
(file)
--- 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)