diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-02 19:03:32 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-02 21:26:12 +0200 |
commit | 53d19bb8cf88483df4fe4557c90cb3d85d9dd086 (patch) | |
tree | 511dfb42877fe8c241024e83a1fb191061dca36b /package/boot/uboot-oxnas/Makefile | |
parent | 3810e897295cb66bc45a62bc2c0b70a01004fe3b (diff) | |
download | upstream-53d19bb8cf88483df4fe4557c90cb3d85d9dd086.tar.gz upstream-53d19bb8cf88483df4fe4557c90cb3d85d9dd086.tar.bz2 upstream-53d19bb8cf88483df4fe4557c90cb3d85d9dd086.zip |
treewide: use AUTORELEASE on all uboot-* packages
Nobody ever updates PKG_RELEASE when changing devices or setup in
the various uboot-* packages. Use $(AUTORELEASE) so we still have
proper versioning there.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/boot/uboot-oxnas/Makefile')
-rw-r--r-- | package/boot/uboot-oxnas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-oxnas/Makefile b/package/boot/uboot-oxnas/Makefile index daa266ea8c..98c6cee8e1 100644 --- a/package/boot/uboot-oxnas/Makefile +++ b/package/boot/uboot-oxnas/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_VERSION:=2014.10 -PKG_RELEASE:=1 +PKG_RELEASE:=$(AUTORELEASE) PKG_HASH:=d3b132a7a9b3f3182b7aad71c2dfbd4fc15bea83e12c76134eb3ffefc07d1c71 |