commit | 05100cd4776d9900c6c12def21eae8cec2cab766 | [log] [tgz] |
---|---|---|
author | Erik Andersen <andersen@codepoet.org> | Sun Jan 16 01:30:52 2000 +0000 |
committer | Erik Andersen <andersen@codepoet.org> | Sun Jan 16 01:30:52 2000 +0000 |
tree | 504f5f30277b8017557235230ddeadd8cf797852 | |
parent | 83865e3e90c7f67b65d1310c7f51ec4d908f7dac [diff] [blame] |
tar creation support is now optional. -Erik
diff --git a/busybox.def.h b/busybox.def.h index b8d7b97..871b152 100644 --- a/busybox.def.h +++ b/busybox.def.h
@@ -136,3 +136,6 @@ // Enable support for loop devices in mount #define BB_FEATURE_MOUNT_LOOP // +// Enable support for creation of tar files. +//#define BB_FEATURE_TAR_CREATE +//