projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f06277
)
batctl: use $(AUTORELEASE) for PKG_RELEASE
author
Sven Eckelmann
<sven@narfation.org>
Fri, 14 May 2021 17:18:50 +0000
(19:18 +0200)
committer
Sven Eckelmann
<sven@narfation.org>
Fri, 14 May 2021 18:05:24 +0000
(20:05 +0200)
Use `$(AUTORELEASE)` variable rather than setting a PKG_RELEASE
on every commit manually.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
batctl/Makefile
patch
|
blob
|
history
diff --git
a/batctl/Makefile
b/batctl/Makefile
index 47e6a311562eaad3bbf67da61a800125109d4b47..ea8672097efd05e1f4da63e5686c36eb3bd0a5d2 100644
(file)
--- a/
batctl/Makefile
+++ b/
batctl/Makefile
@@
-4,7
+4,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=batctl
PKG_VERSION:=2021.0
-PKG_RELEASE:=
1
+PKG_RELEASE:=
$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)