diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-16 01:30:52 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-16 01:30:52 +0000 |
commit | 05100cd4776d9900c6c12def21eae8cec2cab766 (patch) | |
tree | 504f5f30277b8017557235230ddeadd8cf797852 /busybox.def.h | |
parent | 83865e3e90c7f67b65d1310c7f51ec4d908f7dac (diff) | |
download | busybox-w32-05100cd4776d9900c6c12def21eae8cec2cab766.tar.gz busybox-w32-05100cd4776d9900c6c12def21eae8cec2cab766.tar.bz2 busybox-w32-05100cd4776d9900c6c12def21eae8cec2cab766.zip |
tar creation support is now optional.
-Erik
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 | // | ||