diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-28 09:24:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-28 09:24:05 +0200 |
commit | ea7c8c2c7c5183ec7db1d6070d0c5d37e6ba3d79 (patch) | |
tree | 16cb1dbf6672b0a39f885580ab855dc343aa9014 /target | |
parent | 2ada92a30a80fd9bcdf68d90b0bf76df5cbb61c4 (diff) |
linux: add 6.9.2
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/Config.in.kernelversion | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index f3e946925..477aba87b 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -40,6 +40,17 @@ 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.2" + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_BFIN + depends on !ADK_TARGET_ARCH_C6X + depends on !ADK_TARGET_ARCH_CRIS + depends on !ADK_TARGET_ARCH_FRV + depends on !ADK_TARGET_ARCH_H8300 + depends on !ADK_TARGET_ARCH_METAG + depends on !ADK_TARGET_ARCH_NDS32 + config ADK_TARGET_LINUX_KERNEL_VERSION_6_8 bool "6.8.11" depends on !ADK_TARGET_ARCH_AVR32 |