kexec-tools: make zlib support optional, but enabled by default
[openwrt/svn-archive/archive.git] / package / boot / kexec-tools / Config.in
index 60c819d798740a96265ecd6eeda6ff4c779f5d77..2642171bb087423b05af65472c9975108bcd2b41 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