summaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-09 15:17:40 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-09 15:17:40 +0000
commit0817d1372c7278afdefa2d525e578bca51dd1c07 (patch)
tree97fef8b48533410fed60b548e3e3d81007e0e06e /busybox.def.h
parent84e09e443796b52d41de9fd9b06b598591a6b66c (diff)
downloadbusybox-w32-0817d1372c7278afdefa2d525e578bca51dd1c07.tar.gz
busybox-w32-0817d1372c7278afdefa2d525e578bca51dd1c07.tar.bz2
busybox-w32-0817d1372c7278afdefa2d525e578bca51dd1c07.zip
This makes tar work perfectly, and adds in "--exclude" as an option
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h
index dd59a284a..b05f17a68 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -180,6 +180,9 @@
180// Enable support for creation of tar files. 180// Enable support for creation of tar files.
181#define BB_FEATURE_TAR_CREATE 181#define BB_FEATURE_TAR_CREATE
182// 182//
183// Enable support for "--exclude" for excluding files
184//#define BB_FEATURE_TAR_EXCLUDE
185//
183//// Enable reverse sort 186//// Enable reverse sort
184//#define BB_FEATURE_SORT_REVERSE 187//#define BB_FEATURE_SORT_REVERSE
185// 188//