diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-10 15:07:12 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-10 15:07:19 -0500 |
commit | 954d1aa1ff41190f248f79ef7ee561a321d7b0fe (patch) | |
tree | 4638e522b1f46b3200a91aa62ea6330e4c294cb3 /target | |
parent | 0aab8e46ff25176b0a80efc505126ae71b98429c (diff) |
disable 3.19 for solidrun devices
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.kernelversion.choice | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice index 893ea6eea..1245cd567 100644 --- a/target/config/Config.in.kernelversion.choice +++ b/target/config/Config.in.kernelversion.choice @@ -11,6 +11,7 @@ config ADK_KERNEL_VERSION_3_19_1 select ADK_KERNEL_VERSION_3_19 depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI2 + depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 config ADK_KERNEL_VERSION_3_18_9 bool "3.18.9" |