diff options
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/archival/Config.in b/archival/Config.in index 2eab5abfa..7807da1f1 100644 --- a/archival/Config.in +++ b/archival/Config.in @@ -177,13 +177,13 @@ config CONFIG_FEATURE_TAR_BZIP2 If you enable this option you'll be able to extract archives compressed with bzip2. -config CONFIG_FEATURE_TAR_EXCLUDE - bool " Enable -X and --exclude options (exclude files)" +config CONFIG_FEATURE_TAR_FROM + bool " Enable -X (exclude from) and -T (include from) options)" default n depends on CONFIG_TAR help If you enable this option you'll be able to specify - a list of files to exclude from an archive. + a list of files to include or exclude from an archive. config CONFIG_FEATURE_TAR_GZIP bool " Enable -z option" @@ -218,6 +218,13 @@ config CONFIG_FEATURE_TAR_GNU_EXTENSIONS With this option busybox supports GNU long filenames and linknames. +config CONFIG_FEATURE_TAR_LONG_OPTIONS + bool " Enable long options" + default n + depends on CONFIG_TAR + help + Enable use of long options, increases size by about 400 Bytes + config CONFIG_UNCOMPRESS bool "uncompress" default n |