kexec-tools: make zlib support optional, but enabled by default
[openwrt.git] / package / boot / kexec-tools / Config.in
index 60c819d..2642171 100644 (file)
@@ -18,4 +18,9 @@ config KEXEC_TOOLS_kdump
        help
          Include the kdump utility.
 
+config KEXEC_ZLIB
+       bool
+       prompt "zlib support"
+       default y
+
 endmenu