Config.in 401 B

12345678910111213141516
  1. comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED enabled"
  2. depends on BR2_PACKAGE_XFSPROGS
  3. config BR2_PACKAGE_XFSPROGS
  4. bool "xfsprogs"
  5. depends on BR2_LARGEFILE
  6. select BR2_PACKAGE_E2FSPROGS
  7. help
  8. The XFS file system utilities and libraries
  9. http://oss.sgi.com/projects/xfs/
  10. comment "xfssprogs requires a toolchain with LARGEFILE support"
  11. depends on !BR2_LARGEFILE