2009-01-11 22:50:07 +01:00
|
|
|
|
2009-12-22 07:46:35 +01:00
|
|
|
comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED and UCLIBC_HAS_OBSOLETE_BSD_SIGNAL enabled"
|
2009-01-11 22:50:07 +01:00
|
|
|
depends on BR2_PACKAGE_XFSPROGS
|
|
|
|
|
2009-12-22 07:46:35 +01:00
|
|
|
comment "xfsprogs requires a toolchain with LARGEFILE support"
|
|
|
|
depends on !BR2_LARGEFILE
|
|
|
|
|
2005-09-30 22:41:41 +02:00
|
|
|
config BR2_PACKAGE_XFSPROGS
|
|
|
|
bool "xfsprogs"
|
2009-11-23 15:29:43 +01:00
|
|
|
depends on BR2_LARGEFILE
|
|
|
|
select BR2_PACKAGE_E2FSPROGS
|
2009-12-22 07:46:35 +01:00
|
|
|
select BR2_PACKAGE_E2FSPROGS_LIBUUID
|
2005-09-30 22:41:41 +02:00
|
|
|
help
|
|
|
|
The XFS file system utilities and libraries
|
|
|
|
|
|
|
|
http://oss.sgi.com/projects/xfs/
|
2009-01-11 22:50:07 +01:00
|
|
|
|