summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-24 17:49:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-24 17:49:32 +0100
commit50cd9979becf61d670c78b8728ab114e6dbecf1b (patch)
tree24103b907325de4c2204888b4ee4276bda88f071 /Config.in
parente5681dc62fab3c272c091c47c56d71b16ea3988f (diff)
update kernel
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Config.in b/Config.in
index 827991e17..8e00aa7d9 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.11"
+ prompt "3.12.13"
boolean
depends on ADK_TOOLCHAIN_ONLY
@@ -113,8 +113,8 @@ config ADK_KERNEL_VERSION_3_13_5
prompt "3.13.5"
boolean
-config ADK_KERNEL_VERSION_3_12_11
- prompt "3.12.11"
+config ADK_KERNEL_VERSION_3_12_13
+ prompt "3.12.13"
boolean
config ADK_KERNEL_VERSION_3_11_10
@@ -130,7 +130,7 @@ endchoice
config ADK_KERNEL_VERSION
string
default "3.13.5" if ADK_KERNEL_VERSION_3_13_5
- default "3.12.11" if ADK_KERNEL_VERSION_3_12_11
+ default "3.12.13" if ADK_KERNEL_VERSION_3_12_13
default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
default "3.4.71" if ADK_KERNEL_VERSION_3_4_71
help