diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-20 12:29:25 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-20 12:29:49 -0600 |
commit | a3217f304bb8166626c7ee2d89b02058a95f5a35 (patch) | |
tree | 9ce0c50b60ebc8a5e96b00e4a642b95144f2b873 /target/config | |
parent | c83769bd3a6d4cc6a12510665c067b4c3e2fa28b (diff) |
default to 3.18.x as long the qemu-arm problem is unresolved
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion.choice | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice index 83af5e4f8..9f859b065 100644 --- a/target/config/Config.in.kernelversion.choice +++ b/target/config/Config.in.kernelversion.choice @@ -4,6 +4,7 @@ choice prompt "Kernel Version" depends on ADK_TARGET_KERNEL_CUSTOMISING +default ADK_KERNEL_VERSION_3_18_6 config ADK_KERNEL_VERSION_3_19_0 bool "3.19" |