bed4e27868
This patch fixes the following whitespace problems in Config.in files: - trailing whitespace - spaces instead of tabs for indentation - help text not indented with tab + 2 spaces Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
527 B
Plaintext
19 lines
527 B
Plaintext
|
|
comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED and UCLIBC_HAS_OBSOLETE_BSD_SIGNAL enabled"
|
|
depends on BR2_PACKAGE_XFSPROGS
|
|
|
|
comment "xfsprogs needs a toolchain w/ largefile, wchar"
|
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
|
|
|
config BR2_PACKAGE_XFSPROGS
|
|
bool "xfsprogs"
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_USE_WCHAR # util-linux
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
help
|
|
The XFS file system utilities and libraries
|
|
|
|
http://oss.sgi.com/projects/xfs/
|
|
|