1config BR2_PACKAGE_PIGZ 2 bool "pigz" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 select BR2_PACKAGE_ZLIB 5 help 6 pigz, which stands for parallel implementation of gzip, is a 7 fully functional replacement for gzip that exploits multiple 8 processors and multiple cores to the hilt when compressing 9 data. 10 11 http://www.zlib.net/pigz/ 12 13comment "pigz needs a toolchain w/ threads" 14 depends on !BR2_TOOLCHAIN_HAS_THREADS 15