diff options
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 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 | // |