diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-15 11:38:45 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-15 11:38:45 (EST) |
commit | 6c3b9acd8bf6afb49932d8b1e9ef60278e8ff994 (patch) | |
tree | ca14a7a6def5b1402dd957a1b8873edde8e43454 /src | |
parent | f72cac1bf46cd324928447d02449a24f370dc216 (diff) |
busybox: Enable gzip
Diffstat (limited to 'src')
-rw-r--r-- | src/build/busybox_1.32.0/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/busybox_1.32.0/config b/src/build/busybox_1.32.0/config index 80a1539..202ab64 100644 --- a/src/build/busybox_1.32.0/config +++ b/src/build/busybox_1.32.0/config @@ -164,10 +164,10 @@ CONFIG_FEATURE_BZIP2_DECOMPRESS=y # CONFIG_FEATURE_CPIO_P is not set # CONFIG_DPKG is not set # CONFIG_DPKG_DEB is not set -# CONFIG_GZIP is not set +CONFIG_GZIP=y # CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set CONFIG_GZIP_FAST=0 -# CONFIG_FEATURE_GZIP_LEVELS is not set +CONFIG_FEATURE_GZIP_LEVELS=y CONFIG_FEATURE_GZIP_DECOMPRESS=y # CONFIG_LZOP is not set # CONFIG_UNLZOP is not set |