summaryrefslogtreecommitdiffstats
path: root/package/dosfstools/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-06-10 11:14:31 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-10 16:54:25 +0200
commitc6e4fcb11ff07e4e1f46e54a0bcffc47739b4a67 (patch)
treebf26492ed94fcc427fe9ea5f925a75f642d188a8 /package/dosfstools/Config.in
parent20b52856efdec59f6d2cac94b224fe6b2e5b9246 (diff)
downloadbuildroot-novena-c6e4fcb11ff07e4e1f46e54a0bcffc47739b4a67.tar.gz
buildroot-novena-c6e4fcb11ff07e4e1f46e54a0bcffc47739b4a67.zip
dosfstools: bump to version 3.0.18
And update Config.in & Config.in.legacy entries to reflect upstream changes to tool naming. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dosfstools/Config.in')
-rw-r--r--package/dosfstools/Config.in25
1 files changed, 13 insertions, 12 deletions
diff --git a/package/dosfstools/Config.in b/package/dosfstools/Config.in
index 2156a0418..ec2f89169 100644
--- a/package/dosfstools/Config.in
+++ b/package/dosfstools/Config.in
@@ -8,23 +8,24 @@ config BR2_PACKAGE_DOSFSTOOLS
http://www.daniel-baumann.ch/software/dosfstools/
-config BR2_PACKAGE_DOSFSTOOLS_MKDOSFS
- bool "mkdosfs"
- depends on BR2_PACKAGE_DOSFSTOOLS
+if BR2_PACKAGE_DOSFSTOOLS
+
+config BR2_PACKAGE_DOSFSTOOLS_FATLABEL
+ bool "fatlabel"
help
- Creates a DOS FAT filesystem on a device.
+ Get or set the DOS FAT filesystem label.
-config BR2_PACKAGE_DOSFSTOOLS_DOSFSCK
- bool "dosfsck"
- depends on BR2_PACKAGE_DOSFSTOOLS
+config BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
+ bool "fsck.fat"
help
- Checks a DOS FAT filesystem.
+ Check a DOS FAT filesystem.
-config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
- bool "dosfslabel"
- depends on BR2_PACKAGE_DOSFSTOOLS
+config BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
+ bool "mkfs.fat"
help
- Get or set the DOS FAT filesystem label.
+ Creates a DOS FAT filesystem on a device.
+
+endif
comment "dosfstools requires a toolchain with LARGEFILE and WCHAR support"
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR