2009-06-18 14:29:02 +02:00
|
|
|
config BR2_PACKAGE_DOSFSTOOLS
|
|
|
|
bool "dosfstools"
|
2010-09-29 14:47:04 +02:00
|
|
|
depends on BR2_LARGEFILE
|
2013-03-01 07:24:04 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2009-06-18 14:29:02 +02:00
|
|
|
help
|
|
|
|
Tools for creating and checking DOS FAT filesystems.
|
|
|
|
|
|
|
|
http://www.daniel-baumann.ch/software/dosfstools/
|
|
|
|
|
2013-06-10 16:14:31 +02:00
|
|
|
if BR2_PACKAGE_DOSFSTOOLS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_DOSFSTOOLS_FATLABEL
|
|
|
|
bool "fatlabel"
|
2009-06-18 14:29:02 +02:00
|
|
|
help
|
2013-06-10 16:14:31 +02:00
|
|
|
Get or set the DOS FAT filesystem label.
|
2009-06-18 14:29:02 +02:00
|
|
|
|
2013-06-10 16:14:31 +02:00
|
|
|
config BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
|
|
|
|
bool "fsck.fat"
|
2009-06-18 14:29:02 +02:00
|
|
|
help
|
2013-06-10 16:14:31 +02:00
|
|
|
Check a DOS FAT filesystem.
|
2009-06-18 14:29:02 +02:00
|
|
|
|
2013-06-10 16:14:31 +02:00
|
|
|
config BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
|
|
|
|
bool "mkfs.fat"
|
2009-06-18 14:29:02 +02:00
|
|
|
help
|
2013-06-10 16:14:31 +02:00
|
|
|
Creates a DOS FAT filesystem on a device.
|
|
|
|
|
|
|
|
endif
|
2010-09-29 14:47:04 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "dosfstools needs a toolchain w/ largefile, wchar"
|
2013-03-01 07:24:04 +01:00
|
|
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|