aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
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 @@
// Enable support for creation of tar files.
#define BB_FEATURE_TAR_CREATE
//
+// Enable support for "--exclude" for excluding files
+//#define BB_FEATURE_TAR_EXCLUDE
+//
//// Enable reverse sort
//#define BB_FEATURE_SORT_REVERSE
//