From: Bernhard Reutner-Fischer Date: Fri, 16 Feb 2007 09:32:12 +0000 (-0000) Subject: - busybox provides gzip X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=570d834dbea899e1b3985df20828f65ddeab1dbe;p=buildroot.git - busybox provides gzip --- diff --git a/package/Config.in b/package/Config.in index 504b1fc29a..4657aa638b 100644 --- a/package/Config.in +++ b/package/Config.in @@ -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"