From c6e4fcb11ff07e4e1f46e54a0bcffc47739b4a67 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 10 Jun 2013 11:14:31 -0300 Subject: 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 Signed-off-by: Peter Korsgaard --- Config.in.legacy | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'Config.in.legacy') diff --git a/Config.in.legacy b/Config.in.legacy index bb9c4a9c5..cd23492ff 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -40,6 +40,31 @@ comment "As long as these options stay selected, the build " 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 # -- cgit v1.2.3