diff options
author | Glenn L McGrath | 2003-12-26 14:01:37 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-12-26 14:01:37 +0000 |
commit | ce91c8ac2bb343f0b3303c608c5a8b5a2252204d (patch) | |
tree | fb1edb12638407a859d3fefcfc89d5c8c7c20964 /archival/Config.in | |
parent | ab8215431f43d132cbb0986dec6fbd542350f9d9 (diff) | |
download | busybox-ce91c8ac2bb343f0b3303c608c5a8b5a2252204d.zip busybox-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.in | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/archival/Config.in b/archival/Config.in index 2eab5ab..7807da1 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 |