summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-08 15:30:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-08 15:30:08 +0200
commite327b2365a9b1c11e77c537ce7a89c81c2f1cd4a (patch)
tree46e9eb2e3d69dbf0d62fcaa5d035de87f3e02ae7 /Config.in
parent2d0a1c8ea07d1f9d90ba42d4af0d625b8bb07ccf (diff)
update kernels
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