diff options
-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 |