diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-22 13:35:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-22 13:36:02 +0200 |
commit | 07975de50db48494987c5233742a37f7a5981495 (patch) | |
tree | 5430a2a6ecfa616e871c7f9225c6feaf79cf80c4 /target/config | |
parent | ba4cb47e599f3ecf1b311842803fe7808a541f04 (diff) |
add cubox patches
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion.choice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice index f6bcf0a22..f599dd5c8 100644 --- a/target/config/Config.in.kernelversion.choice +++ b/target/config/Config.in.kernelversion.choice @@ -15,12 +15,12 @@ config ADK_KERNEL_VERSION_3_16_1 config ADK_KERNEL_VERSION_3_15_8 prompt "3.15.8" depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX + depends on !ADK_TARGET_SYSTEM_CUBOX_I boolean select ADK_KERNEL_VERSION_3_15 config ADK_KERNEL_VERSION_3_14_15 prompt "3.14.15" - depends on !ADK_TARGET_SYSTEM_CUBOX_I boolean select ADK_KERNEL_VERSION_3_14 |