diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-19 23:31:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-19 23:31:52 +0200 |
commit | 0dc6006d7b1acfbba6790287cc3afbf34f14ef6a (patch) | |
tree | f4a7d85a1c441e9559f4d13d3d11abf376404446 /target/config/Config.in.kernelversion | |
parent | a6d2c6d3270fdcff05a873c33fed5ceade300b8e (diff) |
linux: update to 3.14.72, add working solidrun patch
Diffstat (limited to 'target/config/Config.in.kernelversion')
-rw-r--r-- | target/config/Config.in.kernelversion | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 0079a8c9e..f44d00c83 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -15,17 +15,20 @@ config ADK_TARGET_KERNEL_VERSION_GIT config ADK_TARGET_KERNEL_VERSION_4_6_2 bool "4.6.2" depends on !ADK_TARGET_BOARD_BCM28XX + depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 select ADK_TARGET_KERNEL_VERSION_4_6 config ADK_TARGET_KERNEL_VERSION_4_5_7 bool "4.5.7" depends on !ADK_TARGET_ARCH_NIOS2 depends on !ADK_TARGET_BOARD_BCM28XX + depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 select ADK_TARGET_KERNEL_VERSION_4_5 config ADK_TARGET_KERNEL_VERSION_4_4_13 bool "4.4.13" depends on !ADK_TARGET_ARCH_NIOS2 + depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 select ADK_TARGET_KERNEL_VERSION_4_4 config ADK_TARGET_KERNEL_VERSION_4_1_26 @@ -36,7 +39,6 @@ config ADK_TARGET_KERNEL_VERSION_4_1_26 depends on !ADK_TARGET_ARCH_NIOS2 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_33 @@ -53,8 +55,8 @@ config ADK_TARGET_KERNEL_VERSION_3_18_33 depends on !ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK select ADK_TARGET_KERNEL_VERSION_3_18 -config ADK_TARGET_KERNEL_VERSION_3_14_69 - bool "3.14.69" +config ADK_TARGET_KERNEL_VERSION_3_14_72 + bool "3.14.72" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_H8300 |