From c5cbce58aafc30b7269c978c462e1daed89b57e0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 26 Mar 2014 13:32:52 +0100 Subject: bump all kernels --- Config.in | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index acea6b6b2..9fddb78f3 100644 --- a/Config.in +++ b/Config.in @@ -94,7 +94,7 @@ prompt "Kernel Version" depends on ADK_TOOLCHAIN_ONLY config ADK_KERNEL_VERSION_TOOLCHAIN - prompt "3.13.6" + prompt "3.13.7" boolean depends on ADK_TOOLCHAIN_ONLY @@ -106,35 +106,35 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_ choice prompt "Kernel Version" -config ADK_KERNEL_VERSION_3_13_6 - prompt "3.13.6" +config ADK_KERNEL_VERSION_3_13_7 + prompt "3.13.7" boolean -config ADK_KERNEL_VERSION_3_12_13 - prompt "3.12.13" +config ADK_KERNEL_VERSION_3_12_14 + prompt "3.12.14" boolean config ADK_KERNEL_VERSION_3_11_10 prompt "3.11.10" boolean -config ADK_KERNEL_VERSION_3_10_33 - prompt "3.10.33" +config ADK_KERNEL_VERSION_3_10_34 + prompt "3.10.34" boolean -config ADK_KERNEL_VERSION_3_4_82 - prompt "3.4.82" +config ADK_KERNEL_VERSION_3_4_84 + prompt "3.4.84" boolean endchoice config ADK_KERNEL_VERSION string - default "3.13.6" if ADK_KERNEL_VERSION_3_13_6 - default "3.12.13" if ADK_KERNEL_VERSION_3_12_13 + default "3.13.7" if ADK_KERNEL_VERSION_3_13_7 + default "3.12.14" if ADK_KERNEL_VERSION_3_12_14 default "3.11.10" if ADK_KERNEL_VERSION_3_11_10 - default "3.10.33" if ADK_KERNEL_VERSION_3_10_33 - default "3.4.82" if ADK_KERNEL_VERSION_3_4_82 + default "3.10.34" if ADK_KERNEL_VERSION_3_10_34 + default "3.4.84" if ADK_KERNEL_VERSION_3_4_84 help config ADK_KERNEL_COMP_GZIP_RASPBERRY_PI -- cgit v1.2.3