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/
This commit is contained in:
heitbaum 2021-10-10 16:50:01 +11:00
parent aef66b7ef5
commit cdfdc8b2b4

View File

@ -193,9 +193,6 @@
# This adds support for parted and mkfs.ext3/4 to initramfs for OEM usage # This adds support for parted and mkfs.ext3/4 to initramfs for OEM usage
INITRAMFS_PARTED_SUPPORT="no" INITRAMFS_PARTED_SUPPORT="no"
# build and install NTFS-3G fuse support (yes / no)
NTFS3G="yes"
# build and install hfs filesystem utilities (yes / no) # build and install hfs filesystem utilities (yes / no)
HFSTOOLS="yes" HFSTOOLS="yes"