summaryrefslogtreecommitdiffstats
path: root/rules/dosfstools.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2017-05-07 10:17:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-09 17:29:03 +0200
commit5b756c334beb2ebd5295f7b07d2a86b045e6afcd (patch)
tree5b9e317e89d3be61312502d3c0defbf014cba0e7 /rules/dosfstools.in
parentd671ce326a67a0548dc629002c7a5257f4ce4ebb (diff)
downloadptxdist-5b756c334beb2ebd5295f7b07d2a86b045e6afcd.tar.gz
ptxdist-5b756c334beb2ebd5295f7b07d2a86b045e6afcd.tar.xz
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 <r.schwebel@pengutronix.de> [mol: create legacy linsk with configure options for host-dosfstools] [mol: fix migrate patterns] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dosfstools.in')
-rw-r--r--rules/dosfstools.in38
1 files changed, 23 insertions, 15 deletions
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