From db45d500cb2e284aefebe08fba4716038029b8b4 Mon Sep 17 00:00:00 2001 From: Scott Fan Date: Mon, 13 Oct 2025 22:57:19 +0800 Subject: [PATCH] configs/cubieboard1: bump Linux to 6.12.52 Signed-off-by: Scott Fan Signed-off-by: Julien Olivain (cherry picked from commit 0515f1e7834b1bb6a744735f7783c5b75c3abd74) [thomas: only linux] Signed-off-by: Thomas Perale --- board/cubietech/cubieboard1/patches/linux/linux.hash | 2 +- configs/cubieboard1_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/cubietech/cubieboard1/patches/linux/linux.hash b/board/cubietech/cubieboard1/patches/linux/linux.hash index 1213da86b1..9ef8b4af9c 100644 --- a/board/cubietech/cubieboard1/patches/linux/linux.hash +++ b/board/cubietech/cubieboard1/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 643142c1b5991560dd12f950825cc19e4497b95b82641918ecff1177f4130c1d linux-6.12.24.tar.xz +sha256 b4850cf670a032c70f38b713a27d62046c5f747caf028c5f50b18f98606a9eb1 linux-6.12.52.tar.xz diff --git a/configs/cubieboard1_defconfig b/configs/cubieboard1_defconfig index 6220b57c64..72e308c293 100644 --- a/configs/cubieboard1_defconfig +++ b/configs/cubieboard1_defconfig @@ -8,7 +8,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh" BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/cubietech/cubieboard1/genimage.cfg" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.24" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.52" BR2_LINUX_KERNEL_DEFCONFIG="sunxi" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun4i-a10-cubieboard"