Browse Source

kernel compression not supported for rb532

Waldemar Brodkorb 10 years ago
parent
commit
b677bb107f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Config.in

+ 2 - 1
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