Config.in 506 B

1234567891011121314151617
  1. config BR2_PACKAGE_EXFAT_UTILS
  2. bool "exfat-utils"
  3. depends on BR2_USE_WCHAR
  4. help
  5. exFAT filesystem utilities.
  6. This is the set of user-space utilities that go together
  7. with the FUSE-based exfat driver from package/exfat.
  8. If you're using the exfat driver from the official Linux
  9. kernel (merged as of Linux 5.7), you must use the user-space
  10. utilities from package/exfatprogs.
  11. https://github.com/relan/exfat
  12. comment "exfat-utils needs a toolchain w/ wchar"
  13. depends on !BR2_USE_WCHAR