provision: drop usage of AUTORELEASE
authorChristian Marangi <[email protected]>
Wed, 29 Oct 2025 10:48:55 +0000 (11:48 +0100)
committerChristian Marangi <[email protected]>
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 <[email protected]>
package/utils/provision/Makefile

index 49c57379b6240d896652bd31b63fa6a67fb40d95..8d6eaceedfe87790099d0343b9e8b591025ddc0b 100644 (file)
@@ -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 <[email protected]>