diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-26 14:03:20 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-26 14:03:20 +0000 |
commit | 6acaa40f27de0da935c3063b6be2ead9eeee5d0b (patch) | |
tree | 36a5fe3513df3e022abdfac248c03dff6570153c /busybox.def.h | |
parent | deea048becd9d2d013537755ffad9bb615efeadc (diff) | |
download | busybox-w32-6acaa40f27de0da935c3063b6be2ead9eeee5d0b.tar.gz busybox-w32-6acaa40f27de0da935c3063b6be2ead9eeee5d0b.tar.bz2 busybox-w32-6acaa40f27de0da935c3063b6be2ead9eeee5d0b.zip |
First stages of (re-)writing busybox's tar creation support.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index 388219a52..53229ce1b 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -161,7 +161,7 @@ | |||
161 | #define BB_FEATURE_REMOUNT | 161 | #define BB_FEATURE_REMOUNT |
162 | // | 162 | // |
163 | // Enable support for creation of tar files. | 163 | // Enable support for creation of tar files. |
164 | //#define BB_FEATURE_TAR_CREATE | 164 | #define BB_FEATURE_TAR_CREATE |
165 | // | 165 | // |
166 | //// Enable reverse sort | 166 | //// Enable reverse sort |
167 | //#define BB_FEATURE_SORT_REVERSE | 167 | //#define BB_FEATURE_SORT_REVERSE |