- busybox provides gzip
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 16 Feb 2007 09:32:12 +0000 (09:32 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 16 Feb 2007 09:32:12 +0000 (09:32 -0000)
package/Config.in

index 504b1fc29ac0bd8090168643356b1acc0c9d4c50..4657aa638b0365ee4afcdf90cfa4a60582bd682c 100644 (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"