]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ucode-mod-uline: drop usage of AUTORELEASE
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 29 Oct 2025 10:46:12 +0000 (11:46 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
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 <ansuelsmth@gmail.com>
package/utils/ucode-mod-uline/Makefile

index 50aecd4f7f8c571ecdaed7ad8eb5e0f96c5b9744..f345b2903744b328ff1b75717e8f7484ac908466 100644 (file)
@@ -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 <nbd@nbd.name>