diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-18 11:37:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-18 11:37:40 +0200 |
commit | 207248e837badc05ba0d1e6fb0f3fb77b4fd8a34 (patch) | |
tree | 890ede82bb7ad22c79ccbbd690b03f84fe8b0b58 /Config.in | |
parent | d579cd4a819aa5e0e6fa9dccd4e2ea6104a57815 (diff) | |
parent | 94e55c5b6cb493d9467686088a7b159322eeda5f (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
@@ -106,6 +106,10 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_ choice prompt "Kernel Version" +config ADK_KERNEL_VERSION_3_11_5 + prompt "3.11.5" + boolean + config ADK_KERNEL_VERSION_3_9_11 prompt "3.9.11" boolean @@ -118,6 +122,7 @@ endchoice config ADK_KERNEL_VERSION string + default "3.11.5" if ADK_KERNEL_VERSION_3_11_5 default "3.9.11" if ADK_KERNEL_VERSION_3_9_11 default "3.4.60" if ADK_KERNEL_VERSION_3_4_60 help |