Config.in 580 B

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