diff options
author | Sven Eckelmann <sven@narfation.org> | 2022-03-16 14:37:27 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-03-28 19:55:41 -0700 |
commit | 082d41f3136e9bfd56bb71bc8dbc7ef7622d3ec0 (patch) | |
tree | bc211247c42e07e408189602287f1aaa7f2ad7f6 /utils/ap51-flash | |
parent | 5f6dcc013dcf0c5ba06b3c2e43a3a4fdd10987ab (diff) |
ap51-flash: use $(AUTORELEASE) for PKG_RELEASE
Use `$(AUTORELEASE)` variable rather than setting a PKG_RELEASE
on every commit manually.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'utils/ap51-flash')
-rw-r--r-- | utils/ap51-flash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ap51-flash/Makefile b/utils/ap51-flash/Makefile index 565444710..464a8b79d 100644 --- a/utils/ap51-flash/Makefile +++ b/utils/ap51-flash/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ap51-flash PKG_VERSION:=2019.0.1 -PKG_RELEASE:=2 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/ap51-flash/ap51-flash/releases/download/v$(PKG_VERSION) |