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-w32-ce91c8ac2bb343f0b3303c608c5a8b5a2252204d.tar.gz
busybox-w32-ce91c8ac2bb343f0b3303c608c5a8b5a2252204d.tar.bz2
busybox-w32-ce91c8ac2bb343f0b3303c608c5a8b5a2252204d.zip
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
177 If you enable this option you'll be able to extract 177 If you enable this option you'll be able to extract
178 archives compressed with bzip2. 178 archives compressed with bzip2.
179 179
180config CONFIG_FEATURE_TAR_EXCLUDE 180config CONFIG_FEATURE_TAR_FROM
181 bool " Enable -X and --exclude options (exclude files)" 181 bool " Enable -X (exclude from) and -T (include from) options)"
182 default n 182 default n
183 depends on CONFIG_TAR 183 depends on CONFIG_TAR
184 help 184 help
185 If you enable this option you'll be able to specify 185 If you enable this option you'll be able to specify
186 a list of files to exclude from an archive. 186 a list of files to include or exclude from an archive.
187 187
188config CONFIG_FEATURE_TAR_GZIP 188config CONFIG_FEATURE_TAR_GZIP
189 bool " Enable -z option" 189 bool " Enable -z option"
@@ -218,6 +218,13 @@ config CONFIG_FEATURE_TAR_GNU_EXTENSIONS
218 With this option busybox supports GNU long filenames and 218 With this option busybox supports GNU long filenames and
219 linknames. 219 linknames.
220 220
221config CONFIG_FEATURE_TAR_LONG_OPTIONS
222 bool " Enable long options"
223 default n
224 depends on CONFIG_TAR
225 help
226 Enable use of long options, increases size by about 400 Bytes
227
221config CONFIG_UNCOMPRESS 228config CONFIG_UNCOMPRESS
222 bool "uncompress" 229 bool "uncompress"
223 default n 230 default n