diff --git a/NeoBoot/unpack.py b/NeoBoot/unpack.py index a7a7016..ecfe897 100644 --- a/NeoBoot/unpack.py +++ b/NeoBoot/unpack.py @@ -158,7 +158,9 @@ class InstallImage(Screen, ConfigListScreen): else: self.BlackHole = ConfigYesNo(default=False) if getCPUtype() == 'MIPS': - self.Nandsim = ConfigYesNo(default=True) + self.Nandsim = ConfigYesNo(default=True) + else: + self.Nandsim = ConfigYesNo(default=False) self.target.value = '' self.curselimage = '' try: