From f4dba935fc9aa5ec89084f9d21c5f610d4f7138e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 10 Oct 2012 11:00:27 +0200 Subject: update mutlilib support for mips --- Config.in | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 103e92075..a43ea3e13 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.5.4" + prompt "3.5.6" boolean depends on ADK_TOOLCHAIN_ONLY @@ -106,20 +106,25 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_ choice prompt "Kernel Version" -config ADK_KERNEL_VERSION_3_5_4 - prompt "3.5.4" +config ADK_KERNEL_VERSION_3_6_1 + prompt "3.6.1" boolean -config ADK_KERNEL_VERSION_3_4_9 - prompt "3.4.9" +config ADK_KERNEL_VERSION_3_5_6 + prompt "3.5.6" + boolean + +config ADK_KERNEL_VERSION_3_4_13 + prompt "3.4.13" boolean endchoice config ADK_KERNEL_VERSION string - default "3.4.9" if ADK_KERNEL_VERSION_3_4_9 - default "3.5.4" if ADK_KERNEL_VERSION_3_5_4 + default "3.4.13" if ADK_KERNEL_VERSION_3_4_13 + default "3.5.6" if ADK_KERNEL_VERSION_3_5_6 + default "3.6.1" if ADK_KERNEL_VERSION_3_6_1 help choice -- cgit v1.2.3