summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
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 /Config.in.legacy
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 'Config.in.legacy')
-rw-r--r--Config.in.legacy25
1 files changed, 25 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index bb9c4a9c5..cd23492ff 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -41,6 +41,31 @@ comment "will fail. "
endif
#
+# Legacy options since 2013.08
+#
+
+config BR2_PACKAGE_DOSFSTOOLS_DOSFSCK
+ bool "dosfstools dosfsck renamed to fsck.fat"
+ select BR2_LEGACY
+ select BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
+ help
+ dosfsck was renamed upstream to fsck.fat for consistency.
+
+config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
+ bool "dosfstools dosfslabel renamed to fatlabel"
+ select BR2_LEGACY
+ select BR2_PACKAGE_DOSFSTOOLS_FATLABEL
+ help
+ doslabel was renamed upstream to fatlabel for consistency.
+
+config BR2_PACKAGE_DOSFSTOOLS_MKDOSFS
+ bool "dosfstools mkdosfs renamed to mkfs.fat"
+ select BR2_LEGACY
+ select BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
+ help
+ mkdosfs was renamed upstream to mkfs.fat for consistency.
+
+#
# Legacy options since 2013.05
#