partition: add squashfs support

Change-Id: I56217b8fa4f247773157e04b03bd87128c612a00
Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
This commit is contained in:
Erfan Abdi
2019-02-05 18:19:42 +02:00
parent c757a66477
commit b859e91cd4
+1
View File
@@ -1027,6 +1027,7 @@ bool TWPartition::Is_File_System(string File_System) {
File_System == "yaffs2" ||
File_System == "exfat" ||
File_System == "f2fs" ||
File_System == "squashfs" ||
File_System == "auto")
return true;
else