aboutsummaryrefslogtreecommitdiff
path: root/archival/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-07-17 18:26:45 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-07-17 18:26:45 +0000
commitbc06fb27d26115563e0d9bab27f1bd33eda92902 (patch)
treea6eed89439c0eb78541d6856b99aa6bbf5921f26 /archival/Config.in
parenta474b689914e38e7cd2f9c22ee7b8308cdeeb955 (diff)
downloadbusybox-w32-bc06fb27d26115563e0d9bab27f1bd33eda92902.tar.gz
busybox-w32-bc06fb27d26115563e0d9bab27f1bd33eda92902.tar.bz2
busybox-w32-bc06fb27d26115563e0d9bab27f1bd33eda92902.zip
build system: fix indentation in config menu
Diffstat (limited to 'archival/Config.in')
-rw-r--r--archival/Config.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/archival/Config.in b/archival/Config.in
index 02daae1a0..5d5087bce 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -167,6 +167,8 @@ config TAR
167 create compressed archives. It's probably the most widely used 167 create compressed archives. It's probably the most widely used
168 UNIX archive program. 168 UNIX archive program.
169 169
170if TAR
171
170config FEATURE_TAR_CREATE 172config FEATURE_TAR_CREATE
171 bool "Enable archive creation" 173 bool "Enable archive creation"
172 default y 174 default y
@@ -208,12 +210,12 @@ config FEATURE_TAR_COMPRESS
208 when extracting .tar.Z archives. 210 when extracting .tar.Z archives.
209 211
210config FEATURE_TAR_AUTODETECT 212config FEATURE_TAR_AUTODETECT
211 bool "Let tar autodetect gz/bz2 compresses tarballs" 213 bool "Autodetect gz/bz2 compresses tarballs"
212 default n 214 default n
213 depends on FEATURE_TAR_GZIP || FEATURE_TAR_BZIP2 215 depends on FEATURE_TAR_GZIP || FEATURE_TAR_BZIP2
214 help 216 help
215 With this option tar can automatically detect gzip/bzip2 compressed 217 With this option tar can automatically detect gzip/bzip2 compressed
216 tarballs. Currently it works only on seekable streams. 218 tarballs. Currently it works only on files (not pipes etc).
217 219
218config FEATURE_TAR_FROM 220config FEATURE_TAR_FROM
219 bool "Enable -X (exclude from) and -T (include from) options)" 221 bool "Enable -X (exclude from) and -T (include from) options)"
@@ -265,6 +267,8 @@ config FEATURE_TAR_UNAME_GNAME
265 listings (-t) and preserving permissions when unpacking (-p). 267 listings (-t) and preserving permissions when unpacking (-p).
266 +200 bytes. 268 +200 bytes.
267 269
270endif #tar
271
268config UNCOMPRESS 272config UNCOMPRESS
269 bool "uncompress" 273 bool "uncompress"
270 default n 274 default n