From be3722d86b08e116a371a127c3804fcafde623ab Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Wed, 29 Oct 2025 11:46:12 +0100 Subject: [PATCH] ucode-mod-uline: 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 --- package/utils/ucode-mod-uline/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/utils/ucode-mod-uline/Makefile b/package/utils/ucode-mod-uline/Makefile index 50aecd4f7f..f345b29037 100644 --- a/package/utils/ucode-mod-uline/Makefile +++ b/package/utils/ucode-mod-uline/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ucode-mod-uline -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=8 PKG_LICENSE:=GPL-2.0-or-later PKG_MAINTAINER:=Felix Fietkau -- 2.30.2