From cf1e96885bcec182da8eca84be019699747b3e47 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 4 Jan 2022 15:04:48 +0200 Subject: [PATCH] Update vu_mtd1_run.py --- NeoBoot/tmpfiles/runpy/vu_mtd1_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/tmpfiles/runpy/vu_mtd1_run.py b/NeoBoot/tmpfiles/runpy/vu_mtd1_run.py index 4eeacd8..179489d 100644 --- a/NeoBoot/tmpfiles/runpy/vu_mtd1_run.py +++ b/NeoBoot/tmpfiles/runpy/vu_mtd1_run.py @@ -117,7 +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 getCPUtype() == 'MIPS' 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: