From 3f6fedf5f7c1b28abb1f206efedd1ff4fdcfce57 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 13 Dec 2023 12:41:02 +0800 Subject: [PATCH] uboot-rockchip: Update to 2024.01-rc4 Signed-off-by: Tianling Shen --- package/boot/uboot-rockchip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 98579806a8..f141807b55 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.01-rc3 +PKG_VERSION:=2024.01-rc4 PKG_RELEASE:=1 -PKG_HASH:=0269372d0dade58a24dac1d82be43f592cc8262ead5a9a9a22c06ea5a7f981ea +PKG_HASH:=d93b581ee4fce8d2e7fef0df41f5f5799d3f319e2d2067267ece6ddc3563bbdf PKG_MAINTAINER:=Tobias Maedel