From 9c877800eaccf6d41235dc6656c44d224729d4be Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 18 Feb 2014 11:39:37 +0100 Subject: update kernel --- Config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index e4b568c32..c06d5564b 100644 --- a/Config.in +++ b/Config.in @@ -97,7 +97,7 @@ prompt "Kernel Version" depends on ADK_TOOLCHAIN_ONLY config ADK_KERNEL_VERSION_TOOLCHAIN - prompt "3.12.6" + prompt "3.12.11" boolean depends on ADK_TOOLCHAIN_ONLY @@ -113,8 +113,8 @@ config ADK_KERNEL_VERSION_3_13_3 prompt "3.13.3" boolean -config ADK_KERNEL_VERSION_3_12_6 - prompt "3.12.6" +config ADK_KERNEL_VERSION_3_12_11 + prompt "3.12.11" boolean config ADK_KERNEL_VERSION_3_11_10 @@ -130,7 +130,7 @@ endchoice config ADK_KERNEL_VERSION string default "3.13.3" if ADK_KERNEL_VERSION_3_13_3 - default "3.12.6" if ADK_KERNEL_VERSION_3_12_6 + default "3.12.11" if ADK_KERNEL_VERSION_3_12_11 default "3.11.10" if ADK_KERNEL_VERSION_3_11_10 default "3.4.71" if ADK_KERNEL_VERSION_3_4_71 help -- cgit v1.2.3