From: Christian Marangi Date: Wed, 29 Oct 2025 10:48:55 +0000 (+0100) Subject: provision: drop usage of AUTORELEASE X-Git-Tag: v25.12.0-rc1~729 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a88ab5685b8ac11e377047db9cd97ad3fec12f7;p=thirdparty%2Fopenwrt.git provision: 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/utils/provision/Makefile b/package/utils/provision/Makefile index 49c57379b62..8d6eaceedfe 100644 --- a/package/utils/provision/Makefile +++ b/package/utils/provision/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=provision -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Felix Fietkau