diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-27 11:58:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-01 18:10:21 +0200 |
commit | fc550f0d7bafdd01eb8b4f8125c1cbbcd8525f55 (patch) | |
tree | 0369112d9665509bd79723a2dd380be711c87a11 /target/config/Config.in.kernelversion | |
parent | 486234afd38eced4281f9d8f228feb24f7a9d54c (diff) |
linux: update to 4.1.20, add solidrun patch for 4.4.6
Diffstat (limited to 'target/config/Config.in.kernelversion')
-rw-r--r-- | target/config/Config.in.kernelversion | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 0eca8800a..fc8613df8 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -12,15 +12,17 @@ config ADK_TARGET_KERNEL_VERSION_GIT config ADK_TARGET_KERNEL_VERSION_4_4_6 bool "4.4.6" + depends on !ADK_TARGET_BOARD_BCM28XX select ADK_TARGET_KERNEL_VERSION_4_4 -config ADK_TARGET_KERNEL_VERSION_4_1_16 - bool "4.1.16" +config ADK_TARGET_KERNEL_VERSION_4_1_20 + bool "4.1.20" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_H8300 depends on !ADK_TARGET_ARCH_SPARC depends on !ADK_TARGET_SYSTEM_KINETIS_K70 + depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 select ADK_TARGET_KERNEL_VERSION_4_1 config ADK_TARGET_KERNEL_VERSION_3_18_25 |