From d035612676d88506873837fbbdc9d486c9da0da2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 30 Jul 2019 08:05:24 +0300 Subject: [PATCH] busybox: Remove gzip --- core/busybox/checksums | 2 +- core/busybox/files/.config | 8 ++++---- core/busybox/version | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/busybox/checksums b/core/busybox/checksums index 62b5c960..845bc9e3 100644 --- a/core/busybox/checksums +++ b/core/busybox/checksums @@ -1,5 +1,5 @@ 3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc busybox-1.30.1.tar.bz2 -5d67e11b38b44b62cb2809ad926e22187de1d6b5a222435a9379d7de0c7915db .config +b455a2a3403435b57f5562e014ac865aa5ea8d0ec7538ff892d8101dc37e3456 .config 6c3eb5cf839c7a31c337df0cd8388b397e1415ffa7a63e9678552c9c63dd869f acpid.run 814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run 4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a syslogd.run diff --git a/core/busybox/files/.config b/core/busybox/files/.config index 9280e906..8338a973 100644 --- a/core/busybox/files/.config +++ b/core/busybox/files/.config @@ -142,10 +142,10 @@ CONFIG_FEATURE_SEAMLESS_Z=y # CONFIG_AR is not set # CONFIG_FEATURE_AR_LONG_FILENAMES is not set # CONFIG_FEATURE_AR_CREATE is not set -CONFIG_UNCOMPRESS=y -CONFIG_GUNZIP=y -CONFIG_ZCAT=y -CONFIG_FEATURE_GUNZIP_LONG_OPTIONS=y +CONFIG_UNCOMPRESS=n +CONFIG_GUNZIP=n +CONFIG_ZCAT=n +CONFIG_FEATURE_GUNZIP_LONG_OPTIONS=n CONFIG_BUNZIP2=y CONFIG_BZCAT=y # CONFIG_UNLZMA is not set diff --git a/core/busybox/version b/core/busybox/version index 52320bbf..15ddf397 100644 --- a/core/busybox/version +++ b/core/busybox/version @@ -1 +1 @@ -1.30.1 14 +1.30.1 15