From 4acb6080600b0819638aecc55542764dba1024d4 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sun, 25 Apr 2021 01:13:33 +0000 Subject: [PATCH] exfat: cleanup no longer in use fuse EXFAT option --- projects/ARM/options | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/ARM/options b/projects/ARM/options index 09baedc076..41e38cd895 100644 --- a/projects/ARM/options +++ b/projects/ARM/options @@ -99,9 +99,6 @@ # build and install diskmounter support (udevil) UDEVIL="no" - # build and install exFAT fuse support (yes / no) - EXFAT="no" - # build and install NTFS-3G fuse support (yes / no) NTFS3G="no"