diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-09-06 13:47:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-09-06 13:47:28 +0200 |
commit | 3aa84a2c6a9d14a8f73f6ee732a2bbaa6a852b3d (patch) | |
tree | 37ad61898439210607cd0b0007ee67ce40c9b976 /target | |
parent | 8dd54349bf5ffd4f94ea738ef0059802c046ed7b (diff) |
linux: add 6.5.x kernel
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/Config.in.kernelversion | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index caa8d7b28..7dd28bd5a 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -36,6 +36,16 @@ 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_5 + bool "6.5.1" + 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_METAG + depends on !ADK_TARGET_ARCH_NDS32 + config ADK_TARGET_LINUX_KERNEL_VERSION_6_4 bool "6.4.12" depends on !ADK_TARGET_ARCH_AVR32 |