From 812b2dc764868a8131b861d1e77204cdb9c1919f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 26 May 2015 11:32:40 +0200 Subject: add 4.1rc5 for cris testing --- target/config/Config.in.kernelversion.choice | 4 ++++ target/config/Config.in.kernelversion.default | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'target/config') diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice index af33a46ed..099bad464 100644 --- a/target/config/Config.in.kernelversion.choice +++ b/target/config/Config.in.kernelversion.choice @@ -6,6 +6,10 @@ prompt "Kernel Version" depends on ADK_TARGET_KERNEL_CUSTOMISING default ADK_KERNEL_VERSION_4_0_4 +config ADK_KERNEL_VERSION_4_1_0_RC5 + bool "4.1.0rc5" + select ADK_KERNEL_VERSION_4_1 + config ADK_KERNEL_VERSION_4_0_4 bool "4.0.4" select ADK_KERNEL_VERSION_4_0 diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default index d1d447245..85721d054 100644 --- a/target/config/Config.in.kernelversion.default +++ b/target/config/Config.in.kernelversion.default @@ -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_KERNEL_VERSION_4_1 + bool + config ADK_KERNEL_VERSION_4_0 bool @@ -27,6 +30,7 @@ config ADK_KERNEL_VERSION_2_6_32 config ADK_KERNEL_VERSION string + default "4.1.0rc5" if ADK_KERNEL_VERSION_4_1_0_RC5 default "4.0.4" if ADK_KERNEL_VERSION_4_0 default "3.18.12" if ADK_KERNEL_VERSION_3_18_12 default "3.14.43" if ADK_KERNEL_VERSION_3_14_43 -- cgit v1.2.3