mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-07 22:45:47 +01:00
Update plugin.py
This commit is contained in:
@@ -668,7 +668,9 @@ class NeoBootInstallation(Screen):
|
|||||||
# STB MIPS
|
# STB MIPS
|
||||||
elif getCPUtype() == 'MIPS':
|
elif getCPUtype() == 'MIPS':
|
||||||
#vuplus stb mtd1
|
#vuplus stb mtd1
|
||||||
if getBoxHostName() == 'bm750' or getBoxHostName() == 'vuduo' or getBoxHostName() == 'vusolo' or getBoxHostName() == 'vuuno' or getBoxHostName() == 'vuultimo':
|
#blokada dla mips
|
||||||
|
if fileExists('/gutosie'):
|
||||||
|
#if getBoxHostName() == 'bm750' or getBoxHostName() == 'vuduo' or getBoxHostName() == 'vusolo' or getBoxHostName() == 'vuuno' or getBoxHostName() == 'vuultimo':
|
||||||
if fileExists('/usr/sbin/nanddump'):
|
if fileExists('/usr/sbin/nanddump'):
|
||||||
os.system('cd ' + getNeoLocation() + 'ImagesUpload/.kernel/; /usr/sbin/nanddump --omitoob -f vmlinux.gz /dev/mtd1; mv ./vmlinux.gz ./' + getBoxHostName() + '.vmlinux.gz')
|
os.system('cd ' + getNeoLocation() + 'ImagesUpload/.kernel/; /usr/sbin/nanddump --omitoob -f vmlinux.gz /dev/mtd1; mv ./vmlinux.gz ./' + getBoxHostName() + '.vmlinux.gz')
|
||||||
elif not fileExists('/usr/sbin/nanddump'):
|
elif not fileExists('/usr/sbin/nanddump'):
|
||||||
@@ -676,7 +678,9 @@ class NeoBootInstallation(Screen):
|
|||||||
os.system('cd ' + LinkNeoBoot + '/; rm ./bin/fontforneoboot.ttf; rm ./bin/libpngneo; mv ' + LinkNeoBoot + '/tmpfiles/target/vu_dev_mtd1.sh ' + LinkNeoBoot + '/files/kernel.sh;mv ' + LinkNeoBoot + '/tmpfiles/runpy/vu_mtd1_run.py ' + LinkNeoBoot + '/run.py; cd')
|
os.system('cd ' + LinkNeoBoot + '/; rm ./bin/fontforneoboot.ttf; rm ./bin/libpngneo; mv ' + LinkNeoBoot + '/tmpfiles/target/vu_dev_mtd1.sh ' + LinkNeoBoot + '/files/kernel.sh;mv ' + LinkNeoBoot + '/tmpfiles/runpy/vu_mtd1_run.py ' + LinkNeoBoot + '/run.py; cd')
|
||||||
|
|
||||||
#vuplus stb mtd2
|
#vuplus stb mtd2
|
||||||
elif getBoxHostName() == 'vusolo2' or getBoxHostName() == 'vuduo2' or getBoxHostName() == 'vusolose' or getBoxHostName() == 'vuzero':
|
#blokada dla mips
|
||||||
|
eif fileExists('/gutosie'):
|
||||||
|
#elif getBoxHostName() == 'vusolo2' or getBoxHostName() == 'vuduo2' or getBoxHostName() == 'vusolose' or getBoxHostName() == 'vuzero':
|
||||||
if fileExists('/usr/sbin/nanddump'):
|
if fileExists('/usr/sbin/nanddump'):
|
||||||
os.system('cd ' + getNeoLocation() + 'ImagesUpload/.kernel/; /usr/sbin/nanddump /dev/mtd2 --omitoob -f vmlinux.gz /dev/mtd2; mv ./vmlinux.gz ./' + getBoxHostName() + '.vmlinux.gz')
|
os.system('cd ' + getNeoLocation() + 'ImagesUpload/.kernel/; /usr/sbin/nanddump /dev/mtd2 --omitoob -f vmlinux.gz /dev/mtd2; mv ./vmlinux.gz ./' + getBoxHostName() + '.vmlinux.gz')
|
||||||
elif not fileExists('/usr/sbin/nanddump'):
|
elif not fileExists('/usr/sbin/nanddump'):
|
||||||
|
|||||||
Reference in New Issue
Block a user