diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-18 10:07:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-18 13:42:23 +0200 |
commit | b677bb107f14a301f5fe7cfb750b9e980c3fd9ab (patch) | |
tree | 4df5f7833b1186c80781acbdb51f6cfecc82f1c2 | |
parent | 66b3f9605841892f899662f2f680198d8043ec60 (diff) |
kernel compression not supported for rb532
-rw-r--r-- | Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |