diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-03 09:33:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-03 09:33:45 +0200 |
commit | a7012583d2fbd993dc8e09e8b7913b23de6f2b5a (patch) | |
tree | 7031a7b0125dc166fa53e3402636757e09c1bb49 /target/config/Config.in.kernelversion.choice | |
parent | 774bcdeb00cb1de61a3265abf10dbd4328fa7170 (diff) |
update to 3.14.5
Diffstat (limited to 'target/config/Config.in.kernelversion.choice')
-rw-r--r-- | target/config/Config.in.kernelversion.choice | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice index 0e9c6b099..ce1ec753d 100644 --- a/target/config/Config.in.kernelversion.choice +++ b/target/config/Config.in.kernelversion.choice @@ -4,15 +4,15 @@ choice prompt "Kernel Version" depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING -default ADK_KERNEL_VERSION_3_14_4 +default ADK_KERNEL_VERSION_3_14_5 config ADK_KERNEL_VERSION_3_15_RC7 prompt "3.15-rc7" boolean select ADK_KERNEL_VERSION_3_15 -config ADK_KERNEL_VERSION_3_14_4 - prompt "3.14.4" +config ADK_KERNEL_VERSION_3_14_5 + prompt "3.14.5" depends on !ADK_TARGET_SYSTEM_CUBOX_I boolean select ADK_KERNEL_VERSION_3_14 |