summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-18 10:07:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-18 13:42:23 +0200
commitb677bb107f14a301f5fe7cfb750b9e980c3fd9ab (patch)
tree4df5f7833b1186c80781acbdb51f6cfecc82f1c2 /Config.in
parent66b3f9605841892f899662f2f680198d8043ec60 (diff)
kernel compression not supported for rb532
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 5df03210e..a9b007551 100644
--- a/Config.in
+++ b/Config.in
@@ -163,7 +163,8 @@ config ADK_KERNEL_COMP_GZIP_RASPBERRY_PI
choice
prompt "Kernel Compression"
-depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
+depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI && !ADK_TARGET_SYSTEM_MIKROTIK_RB532
+
config ADK_KERNEL_COMP_XZ
prompt "use XZ compression"
boolean