summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-14 09:41:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-14 09:41:15 +0200
commit7bacce237cc534c8e9645df0ae755c65292a16a6 (patch)
tree4c75d7b8f1e6821b0b507c6ec85400b5b98312a7 /Config.in
parent0df8791661673f253c95baabc9b55d44288d2494 (diff)
update to 3.14.4, deafult for toolchains
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Config.in b/Config.in
index 954423bdb..02e47fbbf 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.13.11"
+ prompt "3.14.4"
boolean
depends on ADK_TOOLCHAIN_ONLY
@@ -106,14 +106,14 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
-default ADK_KERNEL_VERSION_3_13_11
+default ADK_KERNEL_VERSION_3_14_4
config ADK_KERNEL_VERSION_3_15_RC5
prompt "3.15-rc5"
boolean
-config ADK_KERNEL_VERSION_3_14_3
- prompt "3.14.3"
+config ADK_KERNEL_VERSION_3_14_4
+ prompt "3.14.4"
depends on !ADK_TARGET_SYSTEM_CUBOX_I
boolean
@@ -148,7 +148,7 @@ endchoice
config ADK_KERNEL_VERSION
string
default "3.15-rc4" if ADK_KERNEL_VERSION_3_15_RC4
- default "3.14.3" if ADK_KERNEL_VERSION_3_14_3
+ default "3.14.4" if ADK_KERNEL_VERSION_3_14_4
default "3.13.11" if ADK_KERNEL_VERSION_3_13_11
default "3.12.18" if ADK_KERNEL_VERSION_3_12_18
default "3.11.10" if ADK_KERNEL_VERSION_3_11_10