diff options
author | Denis Vlasenko | 2009-03-28 02:13:01 +0000 |
---|---|---|
committer | Denis Vlasenko | 2009-03-28 02:13:01 +0000 |
commit | 9d04b6b6304f65f4a5118664cc503fdc0f68ea28 (patch) | |
tree | f9011340df362c502147754e720d589f442ec68a /util-linux/Config.in | |
parent | 4d3a812b71d1933860b268dbea15ffcea396e394 (diff) | |
download | busybox-9d04b6b6304f65f4a5118664cc503fdc0f68ea28.zip busybox-9d04b6b6304f65f4a5118664cc503fdc0f68ea28.tar.gz |
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
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ 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 |