diff options
Diffstat (limited to 'package/dosfstools/Config.in')
-rw-r--r-- | package/dosfstools/Config.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/package/dosfstools/Config.in b/package/dosfstools/Config.in new file mode 100644 index 000000000..4906fff86 --- /dev/null +++ b/package/dosfstools/Config.in @@ -0,0 +1,24 @@ +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. |