diff --git a/NeoBoot/unpack.py b/NeoBoot/unpack.py index 01a6d2e..33a1cd3 100644 --- a/NeoBoot/unpack.py +++ b/NeoBoot/unpack.py @@ -150,7 +150,10 @@ class InstallImage(Screen, ConfigListScreen): self.MediaPortal = ConfigYesNo(default=False) self.PiconR = ConfigYesNo(default=False) self.Kodi = ConfigYesNo(default=False) - self.BlackHole = ConfigYesNo(default=False) + if getCPUtype() == 'MIPS' and fileExists('/proc/stb/info/vumodel') and not fileExists('/proc/stb/info/boxtype'): + self.BlackHole = ConfigYesNo(default=True) + else: + self.BlackHole = ConfigYesNo(default=False) self.target.value = '' self.curselimage = '' try: