buildrootschalter/package/dosfstools/Config.in
Mike Crowe f26acf61eb package: replace mkdosfs with dosfstools
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>
2009-07-27 17:55:34 +02:00

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.