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

index 65eae06309d4549ab6051592fc8380816a16621b..788d8f4eb2fcd319cd24c79271bda917716c47f2 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cli
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=14
 
 PKG_LICENSE:=GPL-2.0
 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>