]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
unetmsg: drop usage of AUTORELEASE
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 29 Oct 2025 10:49:48 +0000 (11:49 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
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 <ansuelsmth@gmail.com>
package/network/services/unetmsg/Makefile

index eff2089d6bd530c16f5f2fd0457a3d2ba8cc9e9b..bb1fe4ee226fe4a783ebdf91283bd3956d869a71 100644 (file)
@@ -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 <nbd@nbd.name>