From 1e6006e88f78db26bda5de2ee93d59840d943996 Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 3 Feb 2022 19:38:33 +0200 Subject: [PATCH] Update unpack.py --- NeoBoot/unpack.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/NeoBoot/unpack.py b/NeoBoot/unpack.py index c202e53..5a1aec1 100644 --- a/NeoBoot/unpack.py +++ b/NeoBoot/unpack.py @@ -149,11 +149,8 @@ class InstallImage(Screen, ConfigListScreen): self.SoftCam = ConfigYesNo(default=False) self.MediaPortal = ConfigYesNo(default=False) self.PiconR = ConfigYesNo(default=False) - self.Kodi = 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.Kodi = ConfigYesNo(default=False) + self.BlackHole = ConfigYesNo(default=False) if getCPUtype() == 'MIPS': self.Nandsim = ConfigYesNo(default=True) else: