2018-07-04 09:07:36 +02:00
|
|
|
config BR2_PACKAGE_PIGZ
|
|
|
|
bool "pigz"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
select BR2_PACKAGE_ZLIB
|
2020-03-10 10:58:16 +01:00
|
|
|
select BR2_PACKAGE_HOST_ZLIB
|
2018-07-04 09:07:36 +02:00
|
|
|
help
|
|
|
|
pigz, which stands for parallel implementation of gzip, is a
|
|
|
|
fully functional replacement for gzip that exploits multiple
|
|
|
|
processors and multiple cores to the hilt when compressing
|
|
|
|
data.
|
|
|
|
|
|
|
|
http://www.zlib.net/pigz/
|
|
|
|
|
|
|
|
comment "pigz needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|