exfat: Build fsck and update path to mkfs
* Usage of fsck.exfat is already included in partition.cpp, but the tool is missing. * Update the path to mkexfatfs so the button is available when changing filesystem. Change-Id: I5f4e27357c6b5a8606043d1bdc2488cc83e55d90
This commit is contained in:
+1
-1
@@ -868,7 +868,7 @@ int GUIAction::getpartitiondetails(std::string arg __unused)
|
||||
DataManager::SetValue("tw_partition_vfat", 1);
|
||||
else
|
||||
DataManager::SetValue("tw_partition_vfat", 0);
|
||||
if (TWFunc::Path_Exists("/sbin/mkfs.exfat"))
|
||||
if (TWFunc::Path_Exists("/sbin/mkexfatfs"))
|
||||
DataManager::SetValue("tw_partition_exfat", 1);
|
||||
else
|
||||
DataManager::SetValue("tw_partition_exfat", 0);
|
||||
|
||||
Reference in New Issue
Block a user