From 5b756c334beb2ebd5295f7b07d2a86b045e6afcd Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Sun, 7 May 2017 10:17:26 +0200 Subject: dosfstools: version bump: 3.0.28 -> 4.1 Some file names have changed, adapt to new names. The labels are adapted as well, so add migration helpers. Signed-off-by: Robert Schwebel [mol: create legacy linsk with configure options for host-dosfstools] [mol: fix migrate patterns] Signed-off-by: Michael Olbrich --- rules/dosfstools.in | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) (limited to 'rules/dosfstools.in') diff --git a/rules/dosfstools.in b/rules/dosfstools.in index c5cedfc66..6a254886c 100644 --- a/rules/dosfstools.in +++ b/rules/dosfstools.in @@ -3,31 +3,39 @@ menuconfig DOSFSTOOLS tristate prompt "dosfstools " select GCCLIBS_GCC_S + select UDEV if DOSFSTOOLS_UDEV + select UDEV_LIBUDEV if DOSFSTOOLS_UDEV if DOSFSTOOLS -config DOSFSTOOLS_MKDOSFS +config DOSFSTOOLS_UDEV + bool + prompt "make use of udev" + help + make use of udev + +config DOSFSTOOLS_MKFS_FAT bool depends on !BUSYBOX_MKFS_VFAT || ALLYES - prompt "mkdosfs" + prompt "mkfs.fat" help - mkdosfs - create an MS-DOS file system under Linux + mkfs.fat - create an MS-DOS file system under Linux comment "BusyBox' mkdosfs is selected!" depends on BUSYBOX_MKFS_VFAT -config DOSFSTOOLS_MKDOSFS_MSDOS +config DOSFSTOOLS_MKFS_FAT_MSDOS bool depends on !BUSYBOX_MKFS_VFAT || ALLYES - select DOSFSTOOLS_MKDOSFS + select DOSFSTOOLS_MKFS_FAT prompt "create mkfs.msdos link" help FAT 12 / MSDOS Format -config DOSFSTOOLS_MKDOSFS_VFAT +config DOSFSTOOLS_MKFS_FAT_VFAT bool depends on !BUSYBOX_MKFS_VFAT || ALLYES - select DOSFSTOOLS_MKDOSFS + select DOSFSTOOLS_MKFS_FAT prompt "create mkfs.vfat link" help VFAT Format - Long Filenames, big files, etc. @@ -35,29 +43,29 @@ config DOSFSTOOLS_MKDOSFS_VFAT comment "BusyBox' mkfs.vfat is selected!" depends on BUSYBOX_MKFS_VFAT -config DOSFSTOOLS_DOSFSCK +config DOSFSTOOLS_FSCK_FAT bool - prompt "dosfsck" + prompt "fsck.fat" help This is the DOSFS / VFAT Filesystem Checker -config DOSFSTOOLS_DOSFSCK_MSDOS +config DOSFSTOOLS_FSCK_FAT_MSDOS bool - select DOSFSTOOLS_DOSFSCK + select DOSFSTOOLS_FSCK_FAT prompt "create fsck.msdos link" help FAT 12 / MSDOS Format -config DOSFSTOOLS_DOSFSCK_VFAT +config DOSFSTOOLS_FSCK_FAT_VFAT bool - select DOSFSTOOLS_DOSFSCK + select DOSFSTOOLS_FSCK_FAT prompt "create fsck.vfat link" help VFAT Format - Long Filenames, big files, etc. -config DOSFSTOOLS_DOSFSLABEL +config DOSFSTOOLS_FATLABEL bool - prompt "dosfslabel" + prompt "fatlabel" help set or get a MS-DOS filesystem label -- cgit v1.2.3