From b859e91cd4de249e5ba55cf887e7b7ea149c305e Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Tue, 5 Feb 2019 18:18:46 +0200 Subject: partition: add squashfs support Change-Id: I56217b8fa4f247773157e04b03bd87128c612a00 Signed-off-by: Erfan Abdi --- partition.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/partition.cpp b/partition.cpp index acf382a7f..8e30c3318 100644 --- a/partition.cpp +++ b/partition.cpp @@ -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 -- cgit v1.2.3