partition: add squashfs support
Change-Id: I56217b8fa4f247773157e04b03bd87128c612a00 Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user