[Buildroot] [git commit branch/2024.02.x] configs/asus_tinker-s_rk3288: bump kernel to 6.1.79
Peter Korsgaard
peter at korsgaard.com
Sat Jun 8 07:50:20 UTC 2024
commit: https://git.buildroot.net/buildroot/commit/?id=bacb1c67eca1c007a23a134db1830a04482a0855
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2024.02.x
latest kernel LTS (6.6.x) is facing problems with the sdcard
Signed-off-by: Flávio Tapajós <flavio.tapajos at newtesc.com.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 3bf6ec888bc1b2c65576bd678d5c0f5201f18e3b)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
configs/asus_tinker-s_rk3288_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/asus_tinker-s_rk3288_defconfig b/configs/asus_tinker-s_rk3288_defconfig
index de03336cbb..2ed2c4f712 100644
--- a/configs/asus_tinker-s_rk3288_defconfig
+++ b/configs/asus_tinker-s_rk3288_defconfig
@@ -23,7 +23,7 @@ BR2_TARGET_UBOOT_SPL_NAME="spl/u-boot-spl-dtb.bin tpl/u-boot-tpl.bin"
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.72"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.79"
BR2_LINUX_KERNEL_DEFCONFIG="multi_v7"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="rk3288-tinker-s"
More information about the buildroot
mailing list