diff options
author | Erik Andersen | 2000-03-26 14:03:20 +0000 |
---|---|---|
committer | Erik Andersen | 2000-03-26 14:03:20 +0000 |
commit | 6acaa40f27de0da935c3063b6be2ead9eeee5d0b (patch) | |
tree | 36a5fe3513df3e022abdfac248c03dff6570153c /busybox.def.h | |
parent | deea048becd9d2d013537755ffad9bb615efeadc (diff) | |
download | busybox-6acaa40f27de0da935c3063b6be2ead9eeee5d0b.zip busybox-6acaa40f27de0da935c3063b6be2ead9eeee5d0b.tar.gz |
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 388219a..53229ce 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -161,7 +161,7 @@ #define BB_FEATURE_REMOUNT // // Enable support for creation of tar files. -//#define BB_FEATURE_TAR_CREATE +#define BB_FEATURE_TAR_CREATE // //// Enable reverse sort //#define BB_FEATURE_SORT_REVERSE |