From 246edaac843dee682325e157041b846183fe276f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 16 Jul 2013 11:43:52 +0200 Subject: add 3.6.11 kernel for raspberry pi testing --- Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index bb3226c5c..ea982e6d4 100644 --- a/Config.in +++ b/Config.in @@ -110,6 +110,10 @@ config ADK_KERNEL_VERSION_3_9_9 prompt "3.9.9" boolean +config ADK_KERNEL_VERSION_3_6_11 + prompt "3.6.11" + boolean + config ADK_KERNEL_VERSION_3_4_52 prompt "3.4.52" boolean @@ -119,6 +123,7 @@ endchoice config ADK_KERNEL_VERSION string default "3.9.9" if ADK_KERNEL_VERSION_3_9_9 + default "3.6.11" if ADK_KERNEL_VERSION_3_6_11 default "3.4.52" if ADK_KERNEL_VERSION_3_4_52 help -- cgit v1.2.3