diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-10 20:59:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-10 20:59:22 +0200 |
commit | 0b9f665205c36306f5433de78df3aebf08b53082 (patch) | |
tree | 63351b914665dbfedabf8379e952e80c4d59cf1c /target/config | |
parent | 8c22e3f5cd0880af766fc88fa79d718caebd1d7c (diff) |
update to 3.15, rb532 pci patch no longer required
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 ce1ec753d..00eccc2ce 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_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING default ADK_KERNEL_VERSION_3_14_5 -config ADK_KERNEL_VERSION_3_15_RC7 - prompt "3.15-rc7" +config ADK_KERNEL_VERSION_3_15_0 + prompt "3.15" boolean select ADK_KERNEL_VERSION_3_15 diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default index d03d280fd..9430d898c 100644 --- a/target/config/Config.in.kernelversion.default +++ b/target/config/Config.in.kernelversion.default @@ -18,7 +18,7 @@ config ADK_KERNEL_VERSION_3_4 config ADK_KERNEL_VERSION string - default "3.15-rc7" if ADK_KERNEL_VERSION_3_15_RC7 + default "3.15" if ADK_KERNEL_VERSION_3_15 default "3.14.5" if ADK_KERNEL_VERSION_3_14_5 default "3.12.20" if ADK_KERNEL_VERSION_3_12_20 default "3.10.40" if ADK_KERNEL_VERSION_3_10_40 |