mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 20:05:48 +01:00
Update tools.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user