From 0c08acd2c3151591f91a1f2123f0f16d16f63330 Mon Sep 17 00:00:00 2001 From: lamauny <57617527+lamauny@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:03:59 +0200 Subject: [PATCH] Enable NTFS and exFAT drivers for all targets (#3516) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable NTFS and exFAT drivers, as they're not in defconfigs of all platforms and may be useful when mounting removable drives. Fixes #2723 Co-authored-by: Jan Čermák --- buildroot-external/kernel/v6.6.y/hassos.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildroot-external/kernel/v6.6.y/hassos.config b/buildroot-external/kernel/v6.6.y/hassos.config index b0d4f4ac6..0e7aaf177 100644 --- a/buildroot-external/kernel/v6.6.y/hassos.config +++ b/buildroot-external/kernel/v6.6.y/hassos.config @@ -43,7 +43,8 @@ CONFIG_SQUASHFS=y CONFIG_SQUASHFS_XATTR=y CONFIG_SQUASHFS_LZ4=y CONFIG_BTRFS_FS=m - +CONFIG_NTFS3_FS=m +CONFIG_EXFAT_FS=m CONFIG_MD=y CONFIG_BLK_DEV_DM=y CONFIG_BLK_DEV_LOOP=y