diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-18 18:35:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-19 19:40:09 +0200 |
commit | a54012c911b9c7e7f19c118b63f03aea03399e8f (patch) | |
tree | 18804a58f8f0af3743b5fbe4bd0c5fdd02f0ab6b /target/config | |
parent | af2a435d240c3969b55a5c48a429a4184faa3941 (diff) |
linux: remove EOL 3.18.x, add LTS 3.16.x
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 3955ebf25..2da4c2c8f 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -67,8 +67,8 @@ config ADK_TARGET_KERNEL_VERSION_4_1 depends on !ADK_TARGET_CPU_MIPS_MIPS32R6 depends on !ADK_TARGET_CPU_MIPS64_MIPS64R6 -config ADK_TARGET_KERNEL_VERSION_3_18 - bool "3.18.44" +config ADK_TARGET_KERNEL_VERSION_3_16 + bool "3.16.43" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_H8300 |