From 962067df7c4258f9c22869247f8bf0d32418351b Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 3 Oct 2023 19:21:13 +0800 Subject: [PATCH] uboot-rockchip: Update to 2023.10 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 8255d55a13..13624b519a 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:=2023.10-rc3 +PKG_VERSION:=2023.10 PKG_RELEASE:=1 -PKG_HASH:=4c29d64e764060b49e7658f0cf9f86911d0b2bc081f13980a19b99cc89584ba0 +PKG_HASH:=e00e6c6f014e046101739d08d06f328811cebcf5ae101348f409cbbd55ce6900 PKG_MAINTAINER:=Tobias Maedel