diff options
author | Glenn L McGrath | 2001-03-28 07:48:10 +0000 |
---|---|---|
committer | Glenn L McGrath | 2001-03-28 07:48:10 +0000 |
commit | f957c779104d187a035b48d1fb9ce9acb7351001 (patch) | |
tree | 874b8bb3bd4049ac50d6fad66cd89ca826a0f7c6 /Config.h | |
parent | 02cebebc3b3505ce9047f39386dd65d0f10efb51 (diff) | |
download | busybox-f957c779104d187a035b48d1fb9ce9acb7351001.zip busybox-f957c779104d187a035b48d1fb9ce9acb7351001.tar.gz |
Enable tar -z support again by default
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |