Config.in 652 B

123456789101112131415161718192021222324252627282930
  1. config BR2_PACKAGE_DOSFSTOOLS
  2. bool "dosfstools"
  3. depends on BR2_USE_WCHAR
  4. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  5. help
  6. Tools for creating and checking DOS FAT filesystems.
  7. https://github.com/dosfstools/dosfstools
  8. if BR2_PACKAGE_DOSFSTOOLS
  9. config BR2_PACKAGE_DOSFSTOOLS_FATLABEL
  10. bool "fatlabel"
  11. help
  12. Get or set the DOS FAT filesystem label.
  13. config BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
  14. bool "fsck.fat"
  15. help
  16. Check a DOS FAT filesystem.
  17. config BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
  18. bool "mkfs.fat"
  19. help
  20. Creates a DOS FAT filesystem on a device.
  21. endif
  22. comment "dosfstools needs a toolchain w/ wchar"
  23. depends on !BR2_USE_WCHAR