[openwrt/openwrt] uboot-mvebu: update to version 2023.01
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 17 14:19:03 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2f83369e3e97de1e209b196820b05b47016c9df0
commit 2f83369e3e97de1e209b196820b05b47016c9df0
Author: Josef Schlehofer <pepe.schlehofer at gmail.com>
AuthorDate: Thu Jan 12 17:27:14 2023 +0100
uboot-mvebu: update to version 2023.01
In the version 2023.01, the U-boot image was renamed because of the
upstream change [1]
[1] https://source.denx.de/u-boot/u-boot/-/commit/87ac4b4b4ca5f00e2ddcdac41c9dc691ab2aecf1
Signed-off-by: Josef Schlehofer <pepe.schlehofer at gmail.com>
---
package/boot/uboot-mvebu/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile
index 5075dce2ab..c6b2133c22 100644
--- a/package/boot/uboot-mvebu/Makefile
+++ b/package/boot/uboot-mvebu/Makefile
@@ -8,10 +8,10 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
-PKG_VERSION:=2022.10
+PKG_VERSION:=2023.01
PKG_RELEASE:=$(AUTORELEASE)
-PKG_HASH:=50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8
+PKG_HASH:=69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f
include $(INCLUDE_DIR)/u-boot.mk
include $(INCLUDE_DIR)/package.mk
@@ -26,14 +26,14 @@ define U-Boot/clearfog
NAME:=SolidRun ClearFog A1
BUILD_DEVICES:=solidrun_clearfog-base-a1 solidrun_clearfog-pro-a1
BUILD_SUBTARGET:=cortexa9
- UBOOT_IMAGE:=u-boot-spl.kwb
+ UBOOT_IMAGE:=u-boot-with-spl.kwb
endef
define U-Boot/helios4
NAME:=Kobol Helios 4
BUILD_DEVICES:=kobol_helios4
BUILD_SUBTARGET:=cortexa9
- UBOOT_IMAGE:=u-boot-spl.kwb
+ UBOOT_IMAGE:=u-boot-with-spl.kwb
endef
define U-Boot/omnia
@@ -41,7 +41,7 @@ define U-Boot/omnia
BUILD_DEVICES:=cznic_turris-omnia
BUILD_SUBTARGET:=cortexa9
UBOOT_CONFIG:=turris_omnia
- UBOOT_IMAGE:=u-boot-spl.kwb
+ UBOOT_IMAGE:=u-boot-with-spl.kwb
endef
define U-Boot/espressobin
More information about the lede-commits
mailing list