summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-06-29 19:06:30 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-06-29 19:06:30 +0200
commit0e8e070fa99d2710120deb1e5d30ce02f9e98006 (patch)
treee948d489151f0a997e1eff94c0467c813b94dfc8 /Config.in
parent42f7758e305e6c4c8e85013006953785a9c4105a (diff)
update to 3.4.4
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 8c9b18269..16029db0d 100644
--- a/Config.in
+++ b/Config.in
@@ -106,8 +106,8 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
-config ADK_KERNEL_VERSION_3_4_2
- prompt "3.4.2"
+config ADK_KERNEL_VERSION_3_4_4
+ prompt "3.4.4"
boolean
config ADK_KERNEL_VERSION_3_3_8
@@ -134,7 +134,7 @@ endchoice
config ADK_KERNEL_VERSION
string
- default "3.4.2" if ADK_KERNEL_VERSION_3_4_2
+ default "3.4.4" if ADK_KERNEL_VERSION_3_4_4
default "3.3.8" if ADK_KERNEL_VERSION_3_3_8
default "3.2.20" if ADK_KERNEL_VERSION_3_2_20
default "3.1.10" if ADK_KERNEL_VERSION_3_1_10