diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 16:48:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 17:35:52 +0200 |
commit | bb4b822b0436dbf65349292d8c29538a778c0429 (patch) | |
tree | cf2b549cbf044b1be4d2a079af540f50f075191e /target/config | |
parent | e550a6626bad8e992c957f40cb3db01d46d7d796 (diff) |
update to rc6
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion.choice | 4 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion.default | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice index 66b3e8d77..aaec74522 100644 --- a/target/config/Config.in.kernelversion.choice +++ b/target/config/Config.in.kernelversion.choice @@ -6,8 +6,8 @@ prompt "Kernel Version" depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING default ADK_KERNEL_VERSION_3_14_4 -config ADK_KERNEL_VERSION_3_15_RC5 - prompt "3.15-rc5" +config ADK_KERNEL_VERSION_3_15_RC6 + prompt "3.15-rc6" boolean config ADK_KERNEL_VERSION_3_14_4 diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default index 23df527d8..204ec52d0 100644 --- a/target/config/Config.in.kernelversion.default +++ b/target/config/Config.in.kernelversion.default @@ -3,7 +3,7 @@ config ADK_KERNEL_VERSION string - default "3.15-rc5" if ADK_KERNEL_VERSION_3_15_RC5 + default "3.15-rc6" if ADK_KERNEL_VERSION_3_15_RC6 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.20" if ADK_KERNEL_VERSION_3_12_20 |