[firmware upgrade] fix firware data filename.
[vuplus_dvbapp] / lib / python / Plugins / SystemPlugins / FirmwareUpgrade / plugin.py
index 7834f06..0a21642 100644 (file)
@@ -40,7 +40,7 @@ if os.path.exists("/proc/stb/info/vumodel"):
                        ("fpga", _("FPGA"))
                        ]
                fwdata= { 
                        ("fpga", _("FPGA"))
                        ]
                fwdata= { 
-                       "fpga" : ["http://archive.vuplus.com/download/fpga", "fpga.file", "/dev/fpga_dp;/dev/misc/dp;"]
+                       "fpga" : ["http://archive.vuplus.com/download/fpga", "fpga.files", "/dev/fpga_dp;/dev/misc/dp;"]
                        }
 
 import os, fcntl, thread
                        }
 
 import os, fcntl, thread