From: Christian Marangi Date: Wed, 29 Oct 2025 10:46:12 +0000 (+0100) Subject: ucode-mod-uline: drop usage of AUTORELEASE X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=be3722d86b08e116a371a127c3804fcafde623ab;p=openwrt%2Fstaging%2Fblocktrron.git 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 --- 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