summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-24 16:15:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-24 16:15:29 +0200
commit94c82fcf15415a015b602a58a26880bb0ad97da4 (patch)
tree828a33bd363bfdbc58edbb45cdb2d8e45150d5d9 /Config.in
parent839ae24b726ab65e1c4cff172f29e24e9f3ee5cd (diff)
update 3.12 kernel
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.in b/Config.in
index f4457a8aa..cc8cf243a 100644
--- a/Config.in
+++ b/Config.in
@@ -115,8 +115,8 @@ config ADK_KERNEL_VERSION_3_13_11
prompt "3.13.11"
boolean
-config ADK_KERNEL_VERSION_3_12_14
- prompt "3.12.14"
+config ADK_KERNEL_VERSION_3_12_18
+ prompt "3.12.18"
boolean
config ADK_KERNEL_VERSION_3_11_10
@@ -138,7 +138,7 @@ config ADK_KERNEL_VERSION
string
default "3.14.1" if ADK_KERNEL_VERSION_3_14_1
default "3.13.11" if ADK_KERNEL_VERSION_3_13_11
- default "3.12.14" if ADK_KERNEL_VERSION_3_12_14
+ default "3.12.18" if ADK_KERNEL_VERSION_3_12_18
default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
default "3.10.36" if ADK_KERNEL_VERSION_3_10_36
default "3.4.84" if ADK_KERNEL_VERSION_3_4_84