projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f6dcc0
)
ap51-flash: use $(AUTORELEASE) for PKG_RELEASE
author
Sven Eckelmann
<sven@narfation.org>
Wed, 16 Mar 2022 13:37:27 +0000
(14:37 +0100)
committer
Rosen Penev
<rosenp@gmail.com>
Tue, 29 Mar 2022 02:55:41 +0000
(19:55 -0700)
Use `$(AUTORELEASE)` variable rather than setting a PKG_RELEASE
on every commit manually.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
utils/ap51-flash/Makefile
patch
|
blob
|
history
diff --git
a/utils/ap51-flash/Makefile
b/utils/ap51-flash/Makefile
index 565444710e63618aac084a426cd452cc56bee473..464a8b79da17552ef79c1b9e4eaef96885058944 100644
(file)
--- 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)