Update plugin.py

This commit is contained in:
gutosie
2025-12-21 13:09:01 +02:00
committed by GitHub
parent fc26a27d18
commit d08f5dfdf7

View File

@@ -1576,7 +1576,8 @@ class NeoBootInstallation(Screen):
os.system('opkg install --force-overwrite --force-reinstall python-argparse')
os.system('opkg install liblzo2-2')
os.system('opkg install curl')
if getCPUtype() == 'MIPS':
# STB ARM and MIPS
if getCPUtype() == 'MIPS' or getCPUtype() == "ARMv7":
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')