From 2d7243fe9d10d9054dbceceb9a3f43b5eb4e3f56 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 5 Dec 2013 17:40:30 +0100 Subject: kernel update and different fixes for lemote --- Config.in | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 4b0424ef2..15458a256 100644 --- a/Config.in +++ b/Config.in @@ -95,7 +95,7 @@ prompt "Kernel Version" depends on ADK_TOOLCHAIN_ONLY config ADK_KERNEL_VERSION_TOOLCHAIN - prompt "3.9.11" + prompt "3.11.10" boolean depends on ADK_TOOLCHAIN_ONLY @@ -110,12 +110,8 @@ config ADK_KERNEL_VERSION_3_11_10 prompt "3.11.10" boolean -config ADK_KERNEL_VERSION_3_9_11 - prompt "3.9.11" - boolean - -config ADK_KERNEL_VERSION_3_4_65 - prompt "3.4.65" +config ADK_KERNEL_VERSION_3_4_71 + prompt "3.4.71" boolean endchoice @@ -123,8 +119,7 @@ endchoice config ADK_KERNEL_VERSION string default "3.11.10" if ADK_KERNEL_VERSION_3_11_10 - default "3.9.11" if ADK_KERNEL_VERSION_3_9_11 - default "3.4.65" if ADK_KERNEL_VERSION_3_4_65 + default "3.4.71" if ADK_KERNEL_VERSION_3_4_71 help config ADK_KERNEL_COMP_GZIP_RASPBERRY_PI -- cgit v1.2.3