Enable busybox’s mkfs.vfat (mkdosfs) implementation using a dedicated
mkdosfs.cfg config fragment.
While dosfstools provides mkfs.vfat and is available through
update-alternatives, it is licensed under GPLv3. Busybox also includes a
lightweight mkfs.vfat implementation that is suitable for minimal images
and systems relying primarily on busybox utilities.
Signed-off-by: Ricardo Salveti <ricardo.salveti@oss.qualcomm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
--- /dev/null
+CONFIG_MKDOSFS=y
+CONFIG_MKFS_VFAT=y
file://recognize_connmand.patch \
file://busybox-cross-menuconfig.patch \
file://mount-via-label.cfg \
+ file://mkdosfs.cfg \
file://sha1sum.cfg \
file://sha256sum.cfg \
file://getopts.cfg \