]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
uboot-bcm53xx: drop usage of AUTORELEASE
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 29 Oct 2025 10:57:00 +0000 (11:57 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 29 Oct 2025 20:09:57 +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/boot/uboot-bcm53xx/Makefile

index f1c026e25b34eedb87a8f005e5100a22a1185109..0ed4b55c964fb50c59d4ccd89e866aa1bd18391e 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_VERSION:=2024.01
 PKG_HASH:=b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
 
 include $(INCLUDE_DIR)/u-boot.mk
 include $(INCLUDE_DIR)/package.mk