diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-16 01:30:52 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-16 01:30:52 +0000 |
commit | 0c6ce908e746fc9d1d3e8d5afc07e8b8ad613cec (patch) | |
tree | 504f5f30277b8017557235230ddeadd8cf797852 /busybox.def.h | |
parent | 5e8d281fcfc3a3333c45cc8fe409a434666d21a1 (diff) | |
download | busybox-w32-0c6ce908e746fc9d1d3e8d5afc07e8b8ad613cec.tar.gz busybox-w32-0c6ce908e746fc9d1d3e8d5afc07e8b8ad613cec.tar.bz2 busybox-w32-0c6ce908e746fc9d1d3e8d5afc07e8b8ad613cec.zip |
tar creation support is now optional.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@312 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index b8d7b9730..871b152d3 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -136,3 +136,6 @@ | |||
136 | // Enable support for loop devices in mount | 136 | // Enable support for loop devices in mount |
137 | #define BB_FEATURE_MOUNT_LOOP | 137 | #define BB_FEATURE_MOUNT_LOOP |
138 | // | 138 | // |
139 | // Enable support for creation of tar files. | ||
140 | //#define BB_FEATURE_TAR_CREATE | ||
141 | // | ||