aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-03-28 02:13:01 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-03-28 02:13:01 +0000
commit9d04b6b6304f65f4a5118664cc503fdc0f68ea28 (patch)
treef9011340df362c502147754e720d589f442ec68a /util-linux/Config.in
parent4d3a812b71d1933860b268dbea15ffcea396e394 (diff)
downloadbusybox-w32-9d04b6b6304f65f4a5118664cc503fdc0f68ea28.tar.gz
busybox-w32-9d04b6b6304f65f4a5118664cc503fdc0f68ea28.tar.bz2
busybox-w32-9d04b6b6304f65f4a5118664cc503fdc0f68ea28.zip
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.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 3bba2e26d..e5c053fcf 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -233,6 +233,12 @@ config FEATURE_MINIX2
233 this. If you enabled 'mkfs_minix' then you almost certainly want to 233 this. If you enabled 'mkfs_minix' then you almost certainly want to
234 be using the version 2 filesystem support. 234 be using the version 2 filesystem support.
235 235
236config MKFS_VFAT
237 bool "mkfs_vfat"
238 default n
239 help
240 Utility to create FAT32 filesystems.
241
236config GETOPT 242config GETOPT
237 bool "getopt" 243 bool "getopt"
238 default n 244 default n