[openwrt/openwrt] uboot-rockchip: Update to 2024.07

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 4 12:21:45 PDT 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/18f04617f41f57199c6064dcb2a4ccd5c3a7816d

commit 18f04617f41f57199c6064dcb2a4ccd5c3a7816d
Author: Tianling Shen <cnsztl at immortalwrt.org>
AuthorDate: Wed Jul 3 18:41:10 2024 +0800

    uboot-rockchip: Update to 2024.07
    
    Re-enable FIT signature verification since we switched to use hyphen
    for node name separators in commit 2b133ab19cd5 ("scripts: use sep-char for hash nodes").
    
    Signed-off-by: Tianling Shen <cnsztl at immortalwrt.org>
---
 package/boot/uboot-rockchip/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile
index 7cc22cce0f..48d72ca55c 100644
--- a/package/boot/uboot-rockchip/Makefile
+++ b/package/boot/uboot-rockchip/Makefile
@@ -5,9 +5,9 @@
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
-PKG_VERSION:=2024.04
+PKG_VERSION:=2024.07
 PKG_RELEASE:=1
-PKG_HASH:=18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a
+PKG_HASH:=f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f
 
 PKG_MAINTAINER:=Tobias Maedel <openwrt at tbspace.de>
 
@@ -201,7 +201,6 @@ UBOOT_TARGETS := \
 UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes
 
 UBOOT_CUSTOMIZE_CONFIG := \
-	--disable SPL_FIT_SIGNATURE \
 	--disable TOOLS_MKEFICAPSULE \
 	--set-str MKIMAGE_DTC_PATH $(PKG_BUILD_DIR)/scripts/dtc/dtc
 




More information about the lede-commits mailing list