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
This commit is contained in:
Denis Vlasenko
2009-03-28 02:13:01 +00:00
parent 4d3a812b71
commit 9d04b6b630
6 changed files with 622 additions and 0 deletions

View File

@ -233,6 +233,12 @@ config FEATURE_MINIX2
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