diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-25 15:04:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-25 15:04:29 +0200 |
commit | a2a6cb6a0becb9f8a57be329caa45b5c90bb47fc (patch) | |
tree | 6c8a4396e9fb69f9807146fb8e73de60a2bed081 /Config.in | |
parent | dab15eb397b7c9a2dd0769dc64bd730a0687f1cc (diff) | |
parent | e89c3d38f337e5c6c33458083cecf5146600b52b (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |