From 50fed8ade4b49c91fbc47b53bb6567bae44bc6a1 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 7 Feb 2022 12:28:47 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 209dc79..c7591ba 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -273,7 +273,7 @@ class MBTools(Screen): self.list.append(res) self['list']. list = self.list - if "vu" + getBoxVuModel() == getBoxHostName() and getCPUtype() == "MIPS" and not fileExists('/.multinfo'): + if "vu" + getBoxVuModel() == getBoxHostName() or getBoxHostName() == "et5x00 " and getCPUtype() == "MIPS" and not fileExists('/.multinfo'): res = (_('Boot Managers.'), png, 26) self.list.append(res) self['list']. list = self.list