1 config BR2_PACKAGE_DOSFSTOOLS
3 depends on BR2_USE_WCHAR
4 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
6 Tools for creating and checking DOS FAT filesystems.
8 https://github.com/dosfstools/dosfstools
10 if BR2_PACKAGE_DOSFSTOOLS
12 config BR2_PACKAGE_DOSFSTOOLS_FATLABEL
15 Get or set the DOS FAT filesystem label.
17 config BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
20 Check a DOS FAT filesystem.
22 config BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
25 Creates a DOS FAT filesystem on a device.
29 comment "dosfstools needs a toolchain w/ wchar"
30 depends on !BR2_USE_WCHAR