2
1

Config.in 699 B

12345678910111213141516171819202122232425262728
  1. config BR2_PACKAGE_DOSFSTOOLS
  2. bool "dosfstools"
  3. depends on BR2_LARGEFILE
  4. help
  5. Tools for creating and checking DOS FAT filesystems.
  6. http://www.daniel-baumann.ch/software/dosfstools/
  7. config BR2_PACKAGE_DOSFSTOOLS_MKDOSFS
  8. bool "mkdosfs"
  9. depends on BR2_PACKAGE_DOSFSTOOLS
  10. help
  11. Creates a DOS FAT filesystem on a device.
  12. config BR2_PACKAGE_DOSFSTOOLS_DOSFSCK
  13. bool "dosfsck"
  14. depends on BR2_PACKAGE_DOSFSTOOLS
  15. help
  16. Checks a DOS FAT filesystem.
  17. config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
  18. bool "dosfslabel"
  19. depends on BR2_PACKAGE_DOSFSTOOLS
  20. help
  21. Get or set the DOS FAT filesystem label.
  22. comment "dosfstools requires a toolchain with LARGEFILE support"
  23. depends on !BR2_LARGEFILE