summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-04-12 16:56:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-04-12 16:56:28 +0200
commitf5b25270e588eb2be35e4897434bd1cc8b9abecd (patch)
tree4ceee4aee6b8862ff243afce2e20c28d825688e9 /Config.in
parentb0580f26f7a01fbc0a6482e637d64f550c55da40 (diff)
update kernel
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.in b/Config.in
index e4afc9fec..d4b59bb4f 100644
--- a/Config.in
+++ b/Config.in
@@ -106,15 +106,15 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
-config ADK_KERNEL_VERSION_3_8_2
- prompt "3.8.2"
+config ADK_KERNEL_VERSION_3_8_6
+ prompt "3.8.6"
boolean
endchoice
config ADK_KERNEL_VERSION
string
- default "3.8.1" if ADK_KERNEL_VERSION_3_8_1
+ default "3.8.6" if ADK_KERNEL_VERSION_3_8_6
help
choice