summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
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
#