2017-12-22 19:15:26 +08:00
|
|
|
comment "xfsprogs needs a toolchain w/ threads"
|
2014-09-12 23:50:07 +08:00
|
|
|
depends on BR2_USE_MMU
|
2017-12-22 19:15:26 +08:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
2009-12-22 14:46:35 +08:00
|
|
|
|
2005-10-01 04:41:41 +08:00
|
|
|
config BR2_PACKAGE_XFSPROGS
|
|
|
|
bool "xfsprogs"
|
2014-09-12 23:50:07 +08:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2017-02-14 04:26:20 +08:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2011-07-29 14:49:48 +08:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
2015-11-25 19:19:22 +08:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
2005-10-01 04:41:41 +08:00
|
|
|
help
|
|
|
|
The XFS file system utilities and libraries
|
|
|
|
|
2017-12-22 19:15:27 +08:00
|
|
|
http://xfs.org
|