diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index 388219a52..53229ce1b 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -161,7 +161,7 @@ #define BB_FEATURE_REMOUNT // // Enable support for creation of tar files. -//#define BB_FEATURE_TAR_CREATE +#define BB_FEATURE_TAR_CREATE // //// Enable reverse sort //#define BB_FEATURE_SORT_REVERSE |