diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-17 18:26:45 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-17 18:26:45 +0000 |
| commit | bc06fb27d26115563e0d9bab27f1bd33eda92902 (patch) | |
| tree | a6eed89439c0eb78541d6856b99aa6bbf5921f26 | |
| parent | a474b689914e38e7cd2f9c22ee7b8308cdeeb955 (diff) | |
| download | busybox-w32-bc06fb27d26115563e0d9bab27f1bd33eda92902.tar.gz busybox-w32-bc06fb27d26115563e0d9bab27f1bd33eda92902.tar.bz2 busybox-w32-bc06fb27d26115563e0d9bab27f1bd33eda92902.zip | |
build system: fix indentation in config menu
| -rw-r--r-- | archival/Config.in | 8 |
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 | ||
| 170 | if TAR | ||
| 171 | |||
| 170 | config FEATURE_TAR_CREATE | 172 | config 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 | ||
| 210 | config FEATURE_TAR_AUTODETECT | 212 | config 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 | ||
| 218 | config FEATURE_TAR_FROM | 220 | config 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 | ||
| 270 | endif #tar | ||
| 271 | |||
| 268 | config UNCOMPRESS | 272 | config UNCOMPRESS |
| 269 | bool "uncompress" | 273 | bool "uncompress" |
| 270 | default n | 274 | default n |
