1config BR2_PACKAGE_HOST_PIGZ
2 bool "host pigz"
3 help
4 pigz, which stands for parallel implementation of gzip, is a
5 fully functional replacement for gzip that exploits multiple
6 processors and multiple cores to the hilt when compressing
7 data.
8
9 http://www.zlib.net/pigz/
10