Skip to content

Commit

Permalink
FlashManager add support new dream rootfs name
Browse files Browse the repository at this point in the history
  • Loading branch information
atvcaptain committed Nov 12, 2023
1 parent bed0859 commit 29ebcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/FlashManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


def checkImageFiles(files):
return len([x for x in files if "kernel" in x and ".bin" in x or x in ("zImage", "uImage", "root_cfe_auto.bin", "root_cfe_auto.jffs2", "oe_kernel.bin", "oe_rootfs.bin", "e2jffs2.img", "rootfs.tar.bz2", "rootfs.ubi", "rootfs.bin")]) >= 2
return len([x for x in files if "kernel" in x and ".bin" in x or x in ("zImage", "uImage", "root_cfe_auto.bin", "root_cfe_auto.jffs2", "oe_kernel.bin", "oe_rootfs.bin", "e2jffs2.img", "rootfs.tar.bz2", "rootfs.ubi", "rootfs.bin", "rootfs-dreamone.tar.bz2", "rootfs-dreamtwo.tar.bz2")]) >= 2


class FlashManager(Screen, HelpableScreen):
Expand Down

0 comments on commit 29ebcc3

Please sign in to comment.