diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-12 04:48:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-12 04:48:31 +0100 |
commit | 21eb8a96fdd44bf98bd3355b516b289d8c2cf0d8 (patch) | |
tree | ed846e252cbbf4669654b91e417c130a7200c307 /target/linux | |
parent | 4e8081e6f9380b9304e702ff05dfcc9180976e59 (diff) |
linux: add 6.13.6
Diffstat (limited to 'target/linux')
-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 bcb1ddba8..700a28c26 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -39,6 +39,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_13 + bool "6.13.6" + 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_12 bool "6.12.18" depends on !ADK_TARGET_ARCH_AVR32 |