summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Marangi2025-10-29 10:48:55 +0000
committerChristian Marangi2025-10-29 20:09:55 +0000
commit6a88ab5685b8ac11e377047db9cd97ad3fec12f7 (patch)
treebed81eba62ca8c097a77e0d0157bf0c93be7fdbe
parent736494deeca2da5f17ee244cb8440856ce4d7ce4 (diff)
downloadopenwrt-6a88ab5685b8ac11e377047db9cd97ad3fec12f7.tar.gz
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 <ansuelsmth@gmail.com>
-rw-r--r--package/utils/provision/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/provision/Makefile b/package/utils/provision/Makefile
index 49c57379b6..8d6eaceedf 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 <nbd@nbd.name>