- busybox provides gzip

This commit is contained in:
Bernhard Reutner-Fischer 2007-02-16 09:32:12 +00:00
parent 0091f181ef
commit 570d834dbe
1 changed files with 2 additions and 0 deletions

View File

@ -297,7 +297,9 @@ menuconfig BR2_COMPRESSOR_SUPPORT
Support for compressors and decompressors like lzo, lzma, bzip2
if BR2_COMPRESSOR_SUPPORT
if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
source "package/gzip/Config.in"
endif
source "package/lzo/Config.in"
source "package/lzma/Config.in"
source "package/zlib/Config.in"