diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-29 10:57:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-29 10:57:48 +0200 |
commit | 9eac5eab4d917aa405ad3ab8c513364a94f30e61 (patch) | |
tree | 0e332bb149f2b04f76faf2de7c23fb4830cd2bcf /target/linux | |
parent | 5ccbcabea3c0ce7a6e771c8cfc85efa31bf7e28a (diff) |
linux: add 6.4.12 version
Diffstat (limited to 'target/linux')
-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 f75361b8d..bc2d90855 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -35,6 +35,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_4 + bool "6.4.12" + 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_1 bool "6.1.49" depends on !ADK_TARGET_ARCH_AVR32 |