File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ def findImageFiles(path):
667667 cmdArgs = ["-r%s" % mtdRootFS , "-a" ]
668668 elif BoxInfo .getItem ("model" ) in ("dm820" , "dm7080" ): # Temp solution ofgwrite auto detection not ready.
669669 cmdArgs = ["-rmmcblk0p1" ] if rootSubDir is None else ["-r%s" % mtdRootFS , "-c%s" % currentSlot , "-m%s" % self .slotCode ]
670- elif MultiBoot .canMultiBoot () and not self .slotCode == "R" : # Receiver with SD card MultiBoot if (rootSubDir) is None.
670+ elif MultiBoot .canMultiBoot () and not ( self .slotCode == "R" or self . slotCode == "F" ) : # Receiver with SD card MultiBoot if (rootSubDir) is None.
671671 if BoxInfo .getItem ("chkrootmb" ):
672672 cmdArgs = ["-r%s" % mtdRootFS , "-c%s" % currentSlot , "-m%s" % self .slotCode ]
673673 else :
You can’t perform that action at this time.
0 commit comments