Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c112341b authored by Mohamad Ayyash's avatar Mohamad Ayyash Committed by Gerrit Code Review
Browse files

Merge "common.py: Add support for squashfs"

parents 0a3b080a a990534e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1217,7 +1217,8 @@ PARTITION_TYPES = {
    "mtd": "MTD",
    "ext4": "EMMC",
    "emmc": "EMMC",
    "f2fs": "EMMC"
    "f2fs": "EMMC",
    "squashfs": "EMMC"
}

def GetTypeAndDevice(mount_point, info):