From a2d27b72c67a9d21f314acf7ab087c86379cb5e3 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 15 Oct 2022 10:27:39 +0300 Subject: [PATCH] fix start vti vu+ mips --- NeoBoot/tmpfiles/vu_run.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NeoBoot/tmpfiles/vu_run.py b/NeoBoot/tmpfiles/vu_run.py index 041a5dc..de7ac36 100644 --- a/NeoBoot/tmpfiles/vu_run.py +++ b/NeoBoot/tmpfiles/vu_run.py @@ -127,7 +127,8 @@ class StartImage(Screen): #################_____mips___########################## #VUPLUS MIPS vu_dev_mtd1.sh - if "vu" + getBoxVuModel() == getBoxHostName(): + if "vu" + getBoxVuModel() == getBoxHostName(): + getMmcBlockDevice() if not fileExists('%sImagesUpload/.kernel/%s.vmlinux.gz' % (getNeoLocation(), getBoxHostName())): self.myclose2(_('Error - in the location %sImagesUpload/.kernel/ \nkernel file not found flash kernel vmlinux.gz ' % getNeoLocation())) else: @@ -207,4 +208,4 @@ class StartImage(Screen): def myclose2(self, message): self.session.open(MessageBox, message, MessageBox.TYPE_INFO) self.close() - \ No newline at end of file +