summaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorErik Andersen2000-03-26 14:03:20 +0000
committerErik Andersen2000-03-26 14:03:20 +0000
commit6acaa40f27de0da935c3063b6be2ead9eeee5d0b (patch)
tree36a5fe3513df3e022abdfac248c03dff6570153c /busybox.def.h
parentdeea048becd9d2d013537755ffad9bb615efeadc (diff)
downloadbusybox-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.h2
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