summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-10-26 12:05:13 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-10-26 12:05:13 +0200
commit5cf1c57687baa76f08e0f399a8028d1074d4cc70 (patch)
treeeecd7162c2a67ac1e076359a720c4b46c5811fcf /Config.in
parent33fddfffb9041c1e49c71e0d2733454f383139ae (diff)
update to latest linux kernels
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/Config.in b/Config.in
index a43ea3e13..dfe3ff371 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.5.6"
+ prompt "3.6.3"
boolean
depends on ADK_TOOLCHAIN_ONLY
@@ -106,25 +106,25 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
-config ADK_KERNEL_VERSION_3_6_1
- prompt "3.6.1"
+config ADK_KERNEL_VERSION_3_6_3
+ prompt "3.6.3"
boolean
-config ADK_KERNEL_VERSION_3_5_6
- prompt "3.5.6"
+config ADK_KERNEL_VERSION_3_5_7
+ prompt "3.5.7"
boolean
-config ADK_KERNEL_VERSION_3_4_13
- prompt "3.4.13"
+config ADK_KERNEL_VERSION_3_4_15
+ prompt "3.4.15"
boolean
endchoice
config ADK_KERNEL_VERSION
string
- default "3.4.13" if ADK_KERNEL_VERSION_3_4_13
- default "3.5.6" if ADK_KERNEL_VERSION_3_5_6
- default "3.6.1" if ADK_KERNEL_VERSION_3_6_1
+ default "3.4.15" if ADK_KERNEL_VERSION_3_4_15
+ default "3.5.7" if ADK_KERNEL_VERSION_3_5_7
+ default "3.6.3" if ADK_KERNEL_VERSION_3_6_3
help
choice