diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2019-06-24 10:25:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-06-24 10:28:37 +0200 |
commit | 4daa97016ed8d83b02f2d13509560d4bc098ccab (patch) | |
tree | a312a69484f96755669d20b1cc191930cb6288ac /target | |
parent | 46882ea5212f1e54871f1d87ae5017893114adad (diff) |
linux: update to 4.19.55
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/Config.in.kernelversion | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index a349987e2..c808c1a94 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -1,6 +1,9 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. +config ADK_TARGET_LINUX_KERNEL_NEW + bool + choice prompt "Linux Kernel version" if !ADK_TARGET_CHOOSE_ARCH depends on ADK_TARGET_OS_LINUX @@ -21,6 +24,7 @@ default ADK_TARGET_LINUX_KERNEL_VERSION_4_14 config ADK_TARGET_LINUX_KERNEL_VERSION_GIT bool "git" + select ADK_TARGET_LINUX_KERNEL_NEW depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_NDS32 select ADK_HOST_NEED_LZOP if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 @@ -30,7 +34,8 @@ 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.45" + bool "4.19.55" + select ADK_TARGET_LINUX_KERNEL_NEW depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_CSKY |