From bac68f04212373649e2b4ac12e74bf3d7e262c2d Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 27 Mar 2013 05:24:39 +0100 Subject: [PATCH] busybox: add applet 'mkfs.vfat' Signed-off-by: Stephan Raue --- packages/sysutils/busybox/config/busybox.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/busybox/config/busybox.conf b/packages/sysutils/busybox/config/busybox.conf index 469a920e48..f651dc60d6 100644 --- a/packages/sysutils/busybox/config/busybox.conf +++ b/packages/sysutils/busybox/config/busybox.conf @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.21.0 -# Thu Feb 21 00:46:53 2013 +# Wed Mar 27 04:33:31 2013 # CONFIG_HAVE_DOT_CONFIG=y @@ -559,7 +559,7 @@ CONFIG_FLOCK=y # CONFIG_MKFS_MINIX is not set # CONFIG_FEATURE_MINIX2 is not set # CONFIG_MKFS_REISER is not set -# CONFIG_MKFS_VFAT is not set +CONFIG_MKFS_VFAT=y CONFIG_GETOPT=y CONFIG_FEATURE_GETOPT_LONG=y # CONFIG_HEXDUMP is not set