From 0817d1372c7278afdefa2d525e578bca51dd1c07 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sun, 9 Apr 2000 15:17:40 +0000 Subject: This makes tar work perfectly, and adds in "--exclude" as an option -Erik --- busybox.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'busybox.def.h') 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 // -- cgit v1.2.3