build system: fix indentation in config menu

This commit is contained in:
Denis Vlasenko 2008-07-17 18:26:45 +00:00
parent a474b68991
commit bc06fb27d2

View File

@ -167,6 +167,8 @@ config TAR
create compressed archives. It's probably the most widely used create compressed archives. It's probably the most widely used
UNIX archive program. UNIX archive program.
if TAR
config FEATURE_TAR_CREATE config FEATURE_TAR_CREATE
bool "Enable archive creation" bool "Enable archive creation"
default y default y
@ -208,12 +210,12 @@ config FEATURE_TAR_COMPRESS
when extracting .tar.Z archives. when extracting .tar.Z archives.
config FEATURE_TAR_AUTODETECT config FEATURE_TAR_AUTODETECT
bool "Let tar autodetect gz/bz2 compresses tarballs" bool "Autodetect gz/bz2 compresses tarballs"
default n default n
depends on FEATURE_TAR_GZIP || FEATURE_TAR_BZIP2 depends on FEATURE_TAR_GZIP || FEATURE_TAR_BZIP2
help help
With this option tar can automatically detect gzip/bzip2 compressed With this option tar can automatically detect gzip/bzip2 compressed
tarballs. Currently it works only on seekable streams. tarballs. Currently it works only on files (not pipes etc).
config FEATURE_TAR_FROM config FEATURE_TAR_FROM
bool "Enable -X (exclude from) and -T (include from) options)" bool "Enable -X (exclude from) and -T (include from) options)"
@ -265,6 +267,8 @@ config FEATURE_TAR_UNAME_GNAME
listings (-t) and preserving permissions when unpacking (-p). listings (-t) and preserving permissions when unpacking (-p).
+200 bytes. +200 bytes.
endif #tar
config UNCOMPRESS config UNCOMPRESS
bool "uncompress" bool "uncompress"
default n default n