From: Christian Marangi Date: Wed, 29 Oct 2025 10:49:48 +0000 (+0100) Subject: unetmsg: drop usage of AUTORELEASE X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=afb83c81977220e86352f6868865dc3a69fc5f47;p=openwrt%2Fstaging%2Fblocktrron.git unetmsg: drop usage of AUTORELEASE 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 --- diff --git a/package/network/services/unetmsg/Makefile b/package/network/services/unetmsg/Makefile index eff2089d6b..bb1fe4ee22 100644 --- 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