busybox: Update config for 1.24.1
[openwrt/staging/mkresin.git] / package / utils / busybox / config / archival / Config.in
index e977bb49d8bd2f72f8f64f8ffb2b5a96c7901f18..1ca610cad6e7e7f620c35d70571211ad9758e12c 100644 (file)
@@ -236,6 +236,16 @@ config BUSYBOX_CONFIG_GZIP_FAST
          1: larger buffers, larger hash-tables
          2: larger buffers, largest hash-tables
          Larger models may give slightly better compression
+
+config BUSYBOX_CONFIG_FEATURE_GZIP_LEVELS
+       bool "Enable compression levels"
+       default BUSYBOX_DEFAULT_FEATURE_GZIP_LEVELS
+       depends on BUSYBOX_CONFIG_GZIP
+       help
+         Enable support for compression levels 4-9. The default level
+         is 6. If levels 1-3 are specified, 4 is used.
+         If this option is not selected, -N options are ignored and -9
+         is used.
 config BUSYBOX_CONFIG_LZOP
        bool "lzop"
        default BUSYBOX_DEFAULT_LZOP