From a0e7499a76eb63d2ec0c968b5ced6252b7dccbc0 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 4 Jan 2022 15:05:38 +0200 Subject: [PATCH] Update vu_mtd1_run.py --- NeoBoot/tmpfiles/runpy/vu_mtd1_run.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NeoBoot/tmpfiles/runpy/vu_mtd1_run.py b/NeoBoot/tmpfiles/runpy/vu_mtd1_run.py index 179489d..435db5b 100644 --- a/NeoBoot/tmpfiles/runpy/vu_mtd1_run.py +++ b/NeoBoot/tmpfiles/runpy/vu_mtd1_run.py @@ -117,8 +117,7 @@ class StartImage(Screen): #VUPLUS MIPS vu_dev_mtd1.sh if getBoxHostName() == 'vuultimo' or getBoxHostName() == 'bm750' or getBoxHostName() == 'vuduo' or getBoxHostName() == 'vuuno' or getBoxHostName() == 'vusolo' or getBoxHostName() == 'vuduo': - if getCPUtype() == 'MIPS' - if not fileExists('%sImagesUpload/.kernel/%s.vmlinux.gz' % (getNeoLocation(), getBoxHostName())): + 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: if getImageNeoBoot() == 'Flash':