diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-09-09 12:06:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-09-12 13:23:29 +0200 |
commit | 185a7af215469551c9b162e3538a3698dd3e26d4 (patch) | |
tree | ff9c53edc898cba76933f8f4d96ce2f033270184 /target/linux | |
parent | b90d67bf21ef362295cf8ecfe93cd2c8dd6437ea (diff) |
update kernel, add gcc 9.2
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/Config.in.kernelversion | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index dee0b6977..adec9d2d8 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -34,7 +34,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_4_19 - bool "4.19.55" + bool "4.19.71" select ADK_TARGET_LINUX_KERNEL_NEW depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS @@ -44,7 +44,8 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_19 depends on !ADK_TARGET_ARCH_RISCV64 config ADK_TARGET_LINUX_KERNEL_VERSION_4_14 - bool "4.14.129" + bool "4.14.142" + select ADK_TARGET_LINUX_KERNEL_NEW depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_CSKY |