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
|
|
|
|
|
2015-03-30 23:07:30 +02:00
|
|
|
comment "xfsprogs needs a toolchain w/ wchar"
|
2014-09-12 17:50:07 +02:00
|
|
|
depends on BR2_USE_MMU
|
2015-03-30 23:07:30 +02:00
|
|
|
depends on !BR2_USE_WCHAR
|
2009-12-22 07:46:35 +01:00
|
|
|
|
2005-09-30 22:41:41 +02:00
|
|
|
config BR2_PACKAGE_XFSPROGS
|
|
|
|
bool "xfsprogs"
|
2014-09-12 17:50:07 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2011-07-29 08:49:48 +02:00
|
|
|
depends on BR2_USE_WCHAR # util-linux
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
2005-09-30 22:41:41 +02:00
|
|
|
help
|
|
|
|
The XFS file system utilities and libraries
|
|
|
|
|
|
|
|
http://oss.sgi.com/projects/xfs/
|