2
1

Config.in 548 B

123456789101112131415161718
  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 requires a toolchain with LARGEFILE + WCHAR support"
  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/