summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-15 10:20:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-15 10:20:46 +0200
commit67f34421f0ae00adc39cbf016e4b33d2817b854d (patch)
treedf86c2b5a82d9da96fa048ed741f09cfd475330c /Config.in
parent96a83976f70dc1bfcedadcf94f59502ab2b4014d (diff)
parent4a1c24c3c1c4db2aa462a0400efe31658ae7d7c6 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 01e64ae07..09c66e435 100644
--- a/Config.in
+++ b/Config.in
@@ -118,8 +118,8 @@ config ADK_KERNEL_VERSION_3_11_10
prompt "3.11.10"
boolean
-config ADK_KERNEL_VERSION_3_10_34
- prompt "3.10.34"
+config ADK_KERNEL_VERSION_3_10_36
+ prompt "3.10.36"
boolean
config ADK_KERNEL_VERSION_3_4_84
@@ -133,7 +133,7 @@ config ADK_KERNEL_VERSION
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.34" if ADK_KERNEL_VERSION_3_10_34
+ default "3.10.36" if ADK_KERNEL_VERSION_3_10_36
default "3.4.84" if ADK_KERNEL_VERSION_3_4_84
help