Config.in 480 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 requires a toolchain with LARGEFILE support"
  4. depends on !BR2_LARGEFILE
  5. config BR2_PACKAGE_XFSPROGS
  6. bool "xfsprogs"
  7. depends on BR2_LARGEFILE
  8. select BR2_PACKAGE_E2FSPROGS
  9. select BR2_PACKAGE_E2FSPROGS_LIBUUID
  10. help
  11. The XFS file system utilities and libraries
  12. http://oss.sgi.com/projects/xfs/