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 | |
parent | f72cac1bf46cd324928447d02449a24f370dc216 (diff) |
busybox: Enable gzip
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | src/build/busybox_1.32.0/config | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ config-x60 (2.4) trunk + * config-busybox-x60: Enable gzip (needed by opkg-lede). + + -- Patrick McDermott <patrick.mcdermott@libiquity.com> Tue, 15 Dec 2020 11:20:09 -0500 + +config-x60 (2.4) trunk + * config-busybox-x60: Enable blkid (will be used by lilo). * config-busybox-x60: Enable vi window resizing. * config-busybox-x60: Enable klogd, logger, logread, and syslogd (with 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 |