diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-09 11:51:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-09 11:51:49 +0200 |
commit | b2a5ee21fe28effc69ce8163677c16debdf5c3c1 (patch) | |
tree | 7973f799b96a9ecbededa659c4590b7b805673f3 /target | |
parent | 9f093012cd3decd2a4b81c67004d689a5ad0292d (diff) |
linux: update to 6.10.x, 6.9.x is EOL
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/Config.in.kernelversion | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index 89876f731..6fa56737b 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -39,8 +39,8 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK -config ADK_TARGET_LINUX_KERNEL_VERSION_6_9 - bool "6.9.3" +config ADK_TARGET_LINUX_KERNEL_VERSION_6_10 + bool "6.10.3" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_C6X |