diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-10 05:50:27 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-10 05:50:47 -0600 |
commit | a30f7fe5d730525af5daa6801f0b4d2f29025bd1 (patch) | |
tree | b2feee892c26d6f9231e563884177e5949d11ce5 /target/config/Config.in.kernelversion.choice | |
parent | 8a4015ce6cebd7a83eae1207fe3b3ed8163526fc (diff) |
update to latest 3.14 kernel
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 95fc3ffba..b407590e5 100644 --- a/target/config/Config.in.kernelversion.choice +++ b/target/config/Config.in.kernelversion.choice @@ -4,7 +4,7 @@ choice prompt "Kernel Version" depends on ADK_TARGET_KERNEL_CUSTOMISING -default ADK_KERNEL_VERSION_3_14_26 if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 +default ADK_KERNEL_VERSION_3_14_28 if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 default ADK_KERNEL_VERSION_3_18.2 config ADK_KERNEL_VERSION_3_18_2 @@ -13,8 +13,8 @@ config ADK_KERNEL_VERSION_3_18_2 boolean select ADK_KERNEL_VERSION_3_18 -config ADK_KERNEL_VERSION_3_14_26 - prompt "3.14.26" +config ADK_KERNEL_VERSION_3_14_28 + prompt "3.14.28" boolean select ADK_KERNEL_VERSION_3_14 |