Skip to content

Commit

Permalink
[BpDevice] Add Multiboxpro
Browse files Browse the repository at this point in the history
  • Loading branch information
Ev0-BH committed Dec 29, 2023
1 parent 6d20504 commit 40512d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/BpDevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def updateList(self):
rc = system("blkid > /tmp/blkid.log")
f = open("/tmp/blkid.log", 'r')
for line in f.readlines():
if getMachineBuild() in ("h9s", "h9combo", "h9combose", "h9twin", "h11", "pulse4k", "pulse4kmini", "sx988"):
if getMachineBuild() in ("h9s", "h9combo", "h9combose", "h9twin", "h11", "pulse4k", "pulse4kmini", "sx988", "multiboxpro"):
if line.find('/dev/sd') == -1 and line.find('mmcblk1p1') == -1:
continue
else:
Expand Down

0 comments on commit 40512d4

Please sign in to comment.