From 871a7b128aeddc87c3914526b38b63b1f63f0759 Mon Sep 17 00:00:00 2001 From: Jack Kearney Date: Thu, 9 Feb 2023 19:39:45 -0500 Subject: [PATCH] Add fs utils --- config/buildroot/configs/airgap_x86_64_defconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/buildroot/configs/airgap_x86_64_defconfig b/config/buildroot/configs/airgap_x86_64_defconfig index 540d259..1278365 100644 --- a/config/buildroot/configs/airgap_x86_64_defconfig +++ b/config/buildroot/configs/airgap_x86_64_defconfig @@ -878,7 +878,10 @@ BR2_PACKAGE_TREE=y # # davfs2 needs a glibc or uClibc toolchain # -# BR2_PACKAGE_DOSFSTOOLS is not set +BR2_PACKAGE_DOSFSTOOLS=y +BR2_PACKAGE_DOSFSTOOLS_FATLABEL=y +# BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT is not set +BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y # BR2_PACKAGE_E2FSPROGS is not set # BR2_PACKAGE_E2TOOLS is not set # BR2_PACKAGE_ECRYPTFS_UTILS is not set