summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-04-25 15:04:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-04-25 15:04:29 +0200
commita2a6cb6a0becb9f8a57be329caa45b5c90bb47fc (patch)
tree6c8a4396e9fb69f9807146fb8e73de60a2bed081 /Config.in
parentdab15eb397b7c9a2dd0769dc64bd730a0687f1cc (diff)
parente89c3d38f337e5c6c33458083cecf5146600b52b (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 d4b59bb4f..d5fdee590 100644
--- a/Config.in
+++ b/Config.in
@@ -110,11 +110,16 @@ config ADK_KERNEL_VERSION_3_8_6
prompt "3.8.6"
boolean
+config ADK_KERNEL_VERSION_3_4_41
+ prompt "3.4.41"
+ boolean
+
endchoice
config ADK_KERNEL_VERSION
string
default "3.8.6" if ADK_KERNEL_VERSION_3_8_6
+ default "3.4.41" if ADK_KERNEL_VERSION_3_4_41
help
choice