diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-13 19:21:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-13 19:21:44 +0200 |
commit | 70883d54d38985d10c8c332f4c7ca50ead56fd63 (patch) | |
tree | 5677ac17ba85b041fc8688fa58b4d997669751f3 /target | |
parent | 04b1dbc1cf86bf8edc2186bc17752ca8e35daa7a (diff) |
linux: update to 6.14.2, fixes some MMC issues on Synopsys HSDK
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 83677fc69..cb1d110fe 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -39,8 +39,8 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT depends on !ADK_TARGET_ARCH_NDS32 select ADK_HOST_NEED_LZ4 if ADK_TARGET_SYSTEM_PHYTEC_WEGA && ADK_TARGET_LINUX_KERNEL_VERSION_GIT -config ADK_TARGET_LINUX_KERNEL_VERSION_6_13 - bool "6.13.9" +config ADK_TARGET_LINUX_KERNEL_VERSION_6_14 + bool "6.14.2" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_C6X |