From 297e0a4b0b252aad40511f4f9b5486491776db41 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 18 Jan 2020 11:23:03 +0200 Subject: [PATCH] add formuler4turbo --- NeoBoot/target/mips_run.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NeoBoot/target/mips_run.py b/NeoBoot/target/mips_run.py index 514c7e0..36ce768 100644 --- a/NeoBoot/target/mips_run.py +++ b/NeoBoot/target/mips_run.py @@ -118,10 +118,12 @@ class StartImage(Screen): 'bcm7356', 'bcm7241', 'bcm7362', + 'bcm73625' 'mbmini', 'h3', 'ini-1000sv', - 'osmini' ] : + 'osmini' + 'formuler4turbo'] : if getImageNeoBoot() == 'Flash': self.session.open(TryQuitMainloop, 2) elif getImageNeoBoot() != 'Flash':