From cdfdc8b2b4f0b3b9ff3d4ad439376eb61b595fa9 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sun, 10 Oct 2021 16:50:01 +1100 Subject: [PATCH] ntfs-3g_ntfsprogs: remove NTFS3G from LibreELEC options Linux Kernel 5.15 includes a new NTFS driver (ntfs3) - https://www.kernel.org/doc/html/latest//filesystems/ntfs3.html - https://lore.kernel.org/lkml/aa4aa155-b9b2-9099-b7a2-349d8d9d8fbd@paragon-software.com/ --- distributions/LibreELEC/options | 3 --- 1 file changed, 3 deletions(-) diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options index e0939356c4..80ecc2ac3e 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -193,9 +193,6 @@ # This adds support for parted and mkfs.ext3/4 to initramfs for OEM usage INITRAMFS_PARTED_SUPPORT="no" -# build and install NTFS-3G fuse support (yes / no) - NTFS3G="yes" - # build and install hfs filesystem utilities (yes / no) HFSTOOLS="yes"