Config.in 526 B

1234567891011121314151617
  1. comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED and UCLIBC_HAS_OBSOLETE_BSD_SIGNAL enabled"
  2. depends on BR2_PACKAGE_XFSPROGS
  3. comment "xfsprogs needs a toolchain w/ largefile, wchar"
  4. depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
  5. config BR2_PACKAGE_XFSPROGS
  6. bool "xfsprogs"
  7. depends on BR2_LARGEFILE
  8. depends on BR2_USE_WCHAR # util-linux
  9. select BR2_PACKAGE_UTIL_LINUX
  10. select BR2_PACKAGE_UTIL_LINUX_LIBUUID
  11. help
  12. The XFS file system utilities and libraries
  13. http://oss.sgi.com/projects/xfs/