mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-03 12:45:47 +01:00
Update plugin.py
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user