Browse Source

configs/asus_tinker-s_rk3288: bump kernel to 6.1.79

latest kernel LTS (6.6.x) is facing problems with the sdcard

Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Flávio Tapajós 1 year ago
parent
commit
3bf6ec888b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configs/asus_tinker-s_rk3288_defconfig

+ 1 - 1
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"