summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-10 15:51:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-10 15:51:21 +0100
commit31728d3c791ee94c4da715f259091c2b535e2275 (patch)
tree1707f6e4887fef9aac1074705b8a63a78ac3bbf5 /Config.in
parent15b8fe03024872b725b75616f09baf069d48b480 (diff)
parent25f8e4c49f42c61bab6eb5241b00b7fe199b0fae (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 7cee82338..855d79095 100644
--- a/Config.in
+++ b/Config.in
@@ -121,6 +121,10 @@ config ADK_KERNEL_VERSION_3_11_10
prompt "3.11.10"
boolean
+config ADK_KERNEL_VERSION_3_10_30
+ prompt "3.10.30"
+ boolean
+
config ADK_KERNEL_VERSION_3_4_82
prompt "3.4.82"
boolean
@@ -132,6 +136,7 @@ config ADK_KERNEL_VERSION
default "3.13.5" if ADK_KERNEL_VERSION_3_13_5
default "3.12.13" if ADK_KERNEL_VERSION_3_12_13
default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
+ default "3.10.30" if ADK_KERNEL_VERSION_3_10_30
default "3.4.82" if ADK_KERNEL_VERSION_3_4_82
help