mkdosfs (aka mkfs.vfat): new applet by Vladimir

   text    data     bss     dec     hex filename
 821202     476    7616  829294   ca76e busybox_old
 823577     476    7616  831669   cb0b5 busybox_unstripped

diff --git a/util-linux/Config.in b/util-linux/Config.in
index 3bba2e2..e5c053f 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -233,6 +233,12 @@
 	  this. If you enabled 'mkfs_minix' then you almost certainly want to
 	  be using the version 2 filesystem support.
 
+config MKFS_VFAT
+	bool "mkfs_vfat"
+	default n
+	help
+	  Utility to create FAT32 filesystems.
+
 config GETOPT
 	bool "getopt"
 	default n