[openwrt/openwrt] ucode-mod-uline: drop usage of AUTORELEASE
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 29 13:10:08 PDT 2025
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/be3722d86b08e116a371a127c3804fcafde623ab
commit be3722d86b08e116a371a127c3804fcafde623ab
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Oct 29 11:46:12 2025 +0100
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 <ansuelsmth at gmail.com>
---
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 <nbd at nbd.name>
More information about the lede-commits
mailing list