summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-04-22 11:58:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-04-22 11:58:47 +0200
commitd60178f7efa99ea5a67a1c352c785a12afb24c90 (patch)
tree5e09725b98f3067f10693edd508e9ce046f4d9cf /Config.in
parentf3b0dcc3b596f23d91a7161a539247bb9b846457 (diff)
parent3c705181641e100c98b362dd5a2f8950b123bf49 (diff)
allow the use of WEP
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