2009-06-18 13:29:02 +01:00
|
|
|
config BR2_PACKAGE_DOSFSTOOLS
|
|
|
|
|
bool "dosfstools"
|
2013-03-01 06:24:04 +00:00
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2009-06-18 13:29:02 +01:00
|
|
|
help
|
|
|
|
|
Tools for creating and checking DOS FAT filesystems.
|
|
|
|
|
|
2015-06-25 15:52:08 -03:00
|
|
|
https://github.com/dosfstools/dosfstools
|
2009-06-18 13:29:02 +01:00
|
|
|
|
2013-06-10 11:14:31 -03:00
|
|
|
if BR2_PACKAGE_DOSFSTOOLS
|
|
|
|
|
|
|
|
|
|
config BR2_PACKAGE_DOSFSTOOLS_FATLABEL
|
|
|
|
|
bool "fatlabel"
|
2009-06-18 13:29:02 +01:00
|
|
|
help
|
2013-06-10 11:14:31 -03:00
|
|
|
Get or set the DOS FAT filesystem label.
|
2009-06-18 13:29:02 +01:00
|
|
|
|
2013-06-10 11:14:31 -03:00
|
|
|
config BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
|
|
|
|
|
bool "fsck.fat"
|
2009-06-18 13:29:02 +01:00
|
|
|
help
|
2013-06-10 11:14:31 -03:00
|
|
|
Check a DOS FAT filesystem.
|
2009-06-18 13:29:02 +01:00
|
|
|
|
2013-06-10 11:14:31 -03:00
|
|
|
config BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
|
|
|
|
|
bool "mkfs.fat"
|
2009-06-18 13:29:02 +01:00
|
|
|
help
|
2013-06-10 11:14:31 -03:00
|
|
|
Creates a DOS FAT filesystem on a device.
|
|
|
|
|
|
|
|
|
|
endif
|
2010-09-29 14:47:04 +02:00
|
|
|
|
2015-03-30 18:07:30 -03:00
|
|
|
comment "dosfstools needs a toolchain w/ wchar"
|
|
|
|
|
depends on !BR2_USE_WCHAR
|