diff mbox series

[1/1] configs/asus_tinker-s_rk3288: bump Linux to 6.1.65 and U-boot to 2023.10

Message ID 20231205163541.1839475-1-flavio.tapajos@newtesc.com.br
State Accepted
Headers show
Series [1/1] configs/asus_tinker-s_rk3288: bump Linux to 6.1.65 and U-boot to 2023.10 | expand

Commit Message

Flávio Tapajós Dec. 5, 2023, 4:35 p.m. UTC
Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
---
 configs/asus_tinker-s_rk3288_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Dec. 9, 2023, 3:08 p.m. UTC | #1
>>>>> "Flávio" == Flávio Tapajós <flavio.tapajos@newtesc.com.br> writes:

 > Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>

Committed, thanks.
diff mbox series

Patch

diff --git a/configs/asus_tinker-s_rk3288_defconfig b/configs/asus_tinker-s_rk3288_defconfig
index 96fc79ee85..7082869881 100644
--- a/configs/asus_tinker-s_rk3288_defconfig
+++ b/configs/asus_tinker-s_rk3288_defconfig
@@ -10,7 +10,7 @@  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.04"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="tinker-s-rk3288"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
@@ -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.38"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.65"
 BR2_LINUX_KERNEL_DEFCONFIG="multi_v7"
 BR2_LINUX_KERNEL_UIMAGE=y
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x02000000"