From: Glenn L McGrath Date: Wed, 28 Mar 2001 06:13:15 +0000 (-0000) Subject: Disable tar -z for now X-Git-Tag: 0_51~76 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ee79ca1ba69b5b43cd0c2e3b6d2eb20a4a5a0f8e;p=oweals%2Fbusybox.git Disable tar -z for now --- diff --git a/Config.h b/Config.h index 423454616..b99e6f6b6 100644 --- a/Config.h +++ b/Config.h @@ -230,7 +230,7 @@ #define BB_FEATURE_TAR_EXCLUDE // // Enable support for tar -z option (currently only works for inflating) -#define BB_FEATURE_TAR_GZIP +//#define BB_FEATURE_TAR_GZIP // //// Enable reverse sort #define BB_FEATURE_SORT_REVERSE