summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-09 14:50:40 +0000
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-09 14:50:40 +0000
commita61beceb0d5a3bda0301904c8807d12a85529281 (patch)
treea93ad7f1752de76c55a7c152b7c4e9754cebfdca /Config.in
parent23c858c8d403289b762fdf26a77c79b583ec78de (diff)
parentd177f917f8a999e94a96a4b07372d7488166a2c3 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/Config.in b/Config.in
index 6670f8965..9a9ea5901 100644
--- a/Config.in
+++ b/Config.in
@@ -95,7 +95,7 @@ prompt "Kernel Version"
depends on ADK_TOOLCHAIN_ONLY
config ADK_KERNEL_VERSION_TOOLCHAIN
- prompt "3.8.10"
+ prompt "3.9.8"
boolean
depends on ADK_TOOLCHAIN_ONLY
@@ -106,20 +106,20 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
-config ADK_KERNEL_VERSION_3_8_10
- prompt "3.8.10"
+config ADK_KERNEL_VERSION_3_9_8
+ prompt "3.9.8"
boolean
-config ADK_KERNEL_VERSION_3_4_42
- prompt "3.4.42"
+config ADK_KERNEL_VERSION_3_4_51
+ prompt "3.4.51"
boolean
endchoice
config ADK_KERNEL_VERSION
string
- default "3.8.10" if ADK_KERNEL_VERSION_3_8_10
- default "3.4.42" if ADK_KERNEL_VERSION_3_4_42
+ default "3.9.8" if ADK_KERNEL_VERSION_3_9_8
+ default "3.4.51" if ADK_KERNEL_VERSION_3_4_51
help
choice