diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-09-16 17:07:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-09-16 18:49:41 +0200 |
commit | 4681bce5978bccba58dae4dbe0bf9ec0524b7131 (patch) | |
tree | 2c8e1e0a904bc519aa0ac3d26b92af65c46aa5fe /target/linux/Config.in.kernelversion | |
parent | 1a0dfceff06cca6b223cbfeee5b1b4d2169f9d18 (diff) |
linux: update 5.4/5.10 to latest
Diffstat (limited to 'target/linux/Config.in.kernelversion')
-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 992666748..e071019e9 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -38,7 +38,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK config ADK_TARGET_LINUX_KERNEL_VERSION_5_10 - bool "5.10.30" + bool "5.10.66" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_CRIS @@ -48,7 +48,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_5_10 depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TARGET_LINUX_KERNEL_VERSION_5_4 - bool "5.4.99" + bool "5.4.147" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_CRIS |