f26acf61eb
Closes #451 Move from old unmaintained dosfstools-2.11 (packaged as mkdosfs) to now maintained dosfstools-3.0.3. Allow each binary to be installed independently. Signed-off-by: Mike Crowe <mac@mcrowe.com> Tested-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
25 lines
580 B
Plaintext
25 lines
580 B
Plaintext
config BR2_PACKAGE_DOSFSTOOLS
|
|
bool "dosfstools"
|
|
help
|
|
Tools for creating and checking DOS FAT filesystems.
|
|
|
|
http://www.daniel-baumann.ch/software/dosfstools/
|
|
|
|
config BR2_PACKAGE_DOSFSTOOLS_MKDOSFS
|
|
bool "mkdosfs"
|
|
depends on BR2_PACKAGE_DOSFSTOOLS
|
|
help
|
|
Creates a DOS FAT filesystem on a device.
|
|
|
|
config BR2_PACKAGE_DOSFSTOOLS_DOSFSCK
|
|
bool "dosfsck"
|
|
depends on BR2_PACKAGE_DOSFSTOOLS
|
|
help
|
|
Checks a DOS FAT filesystem.
|
|
|
|
config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
|
|
bool "dosfslabel"
|
|
depends on BR2_PACKAGE_DOSFSTOOLS
|
|
help
|
|
Get or set the DOS FAT filesystem label.
|