summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-18 11:39:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-18 11:39:37 +0100
commit9c877800eaccf6d41235dc6656c44d224729d4be (patch)
tree6d3e1863711b9207542ecf5f31466b38c38e8b3d /Config.in
parent937802ab6844351a530711d4363fd3842a482d4b (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 e4b568c32..c06d5564b 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.6"
+ prompt "3.12.11"
boolean
depends on ADK_TOOLCHAIN_ONLY
@@ -113,8 +113,8 @@ config ADK_KERNEL_VERSION_3_13_3
prompt "3.13.3"
boolean
-config ADK_KERNEL_VERSION_3_12_6
- prompt "3.12.6"
+config ADK_KERNEL_VERSION_3_12_11
+ prompt "3.12.11"
boolean
config ADK_KERNEL_VERSION_3_11_10
@@ -130,7 +130,7 @@ endchoice
config ADK_KERNEL_VERSION
string
default "3.13.3" if ADK_KERNEL_VERSION_3_13_3
- default "3.12.6" if ADK_KERNEL_VERSION_3_12_6
+ default "3.12.11" if ADK_KERNEL_VERSION_3_12_11
default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
default "3.4.71" if ADK_KERNEL_VERSION_3_4_71
help