Update plugin.py

This commit is contained in:
gutosie
2022-03-01 13:34:40 +02:00
committed by GitHub
parent 20b429952d
commit 32bc58c8ae

View File

@@ -608,7 +608,7 @@ class NeoBootInstallation(Screen):
os.system('opkg install install --force-overwrite --force-reinstall python-subprocess')
os.system('opkg install install --force-overwrite --force-reinstall python-argparse')
os.system('opkg install curl')
if getCPUtype() == 'MIPS' and not getBoxHostName() == 'dm500hd':
if getCPUtype() == 'MIPS':
os.system('opkg install --force-overwrite --force-reinstall kernel-module-nandsim')
os.system('opkg install --force-overwrite --force-reinstall mtd-utils-jffs2')
os.system('opkg install --force-overwrite --force-reinstall lzo')