From 722cba476f994339e37d022081c38977fcf3fe5d Mon Sep 17 00:00:00 2001 From: Scott Fan Date: Fri, 6 Dec 2024 11:06:16 +0800 Subject: [PATCH] configs/cubieboard1: bump Linux version to 6.11.11 Signed-off-by: Scott Fan Signed-off-by: Romain Naour --- 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 42d02c9f78..4759f8354e 100644 --- a/board/cubietech/cubieboard1/patches/linux/linux.hash +++ b/board/cubietech/cubieboard1/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 c954f60197008f1e1f32a1e77293903cf3801d2543ec4bf521f5651eb7f133ce linux-6.11.6.tar.xz +sha256 62148e7e17f54c4a5ab5e75ad4882682c54bee818948be61a5963234fc0849fc linux-6.11.11.tar.xz diff --git a/configs/cubieboard1_defconfig b/configs/cubieboard1_defconfig index c3dede47b8..6d189bcf95 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.11.6" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.11.11" BR2_LINUX_KERNEL_DEFCONFIG="sunxi" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun4i-a10-cubieboard"