aboutsummaryrefslogtreecommitdiff
path: root/archival/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-12-26 14:01:37 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-12-26 14:01:37 +0000
commitce91c8ac2bb343f0b3303c608c5a8b5a2252204d (patch)
treefb1edb12638407a859d3fefcfc89d5c8c7c20964 /archival/Config.in
parentab8215431f43d132cbb0986dec6fbd542350f9d9 (diff)
downloadbusybox-ce91c8ac2bb343f0b3303c608c5a8b5a2252204d.tar.gz
Isolate code better for unused options, config option to enable long
options, add some conditions to the tar tests in testsuite.
Diffstat (limited to 'archival/Config.in')
-rw-r--r--archival/Config.in13
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