From 4daa97016ed8d83b02f2d13509560d4bc098ccab Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 24 Jun 2019 10:25:24 +0200 Subject: linux: update to 4.19.55 --- target/linux/Config.in.kernelversion | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'target/linux/Config.in.kernelversion') 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 -- cgit v1.2.3