2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

busybox: Remove gzip

This commit is contained in:
Dylan Araps 2019-07-30 08:05:24 +03:00
parent f5caca96d6
commit d035612676
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc busybox-1.30.1.tar.bz2
5d67e11b38b44b62cb2809ad926e22187de1d6b5a222435a9379d7de0c7915db .config
b455a2a3403435b57f5562e014ac865aa5ea8d0ec7538ff892d8101dc37e3456 .config
6c3eb5cf839c7a31c337df0cd8388b397e1415ffa7a63e9678552c9c63dd869f acpid.run
814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run
4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a syslogd.run

View File

@ -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

View File

@ -1 +1 @@
1.30.1 14
1.30.1 15