projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a88ab5
)
unetmsg: drop usage of AUTORELEASE
author
Christian Marangi
<
[email protected]
>
Wed, 29 Oct 2025 10:49:48 +0000
(11:49 +0100)
committer
Christian Marangi
<
[email protected]
>
Wed, 29 Oct 2025 20:09:56 +0000
(21:09 +0100)
AUTORELEASE has been deprecated from a long time. Drop it and hardcode
the release following the current one present in the downloads
repository.
Link:
https://github.com/openwrt/openwrt/pull/20586
Signed-off-by: Christian Marangi <
[email protected]
>
package/network/services/unetmsg/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/unetmsg/Makefile
b/package/network/services/unetmsg/Makefile
index eff2089d6bd530c16f5f2fd0457a3d2ba8cc9e9b..bb1fe4ee226fe4a783ebdf91283bd3956d869a71 100644
(file)
--- a/
package/network/services/unetmsg/Makefile
+++ b/
package/network/services/unetmsg/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=unetmsg
-PKG_RELEASE:=
$(AUTORELEASE)
+PKG_RELEASE:=
14
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Felix Fietkau <
[email protected]
>