08703917d7
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
401 B
Plaintext
17 lines
401 B
Plaintext
|
|
comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED enabled"
|
|
depends on BR2_PACKAGE_XFSPROGS
|
|
|
|
config BR2_PACKAGE_XFSPROGS
|
|
bool "xfsprogs"
|
|
depends on BR2_LARGEFILE
|
|
select BR2_PACKAGE_E2FSPROGS
|
|
help
|
|
The XFS file system utilities and libraries
|
|
|
|
http://oss.sgi.com/projects/xfs/
|
|
|
|
comment "xfssprogs requires a toolchain with LARGEFILE support"
|
|
depends on !BR2_LARGEFILE
|
|
|