Config.in 521 B

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