[firmware upgrade] fix firware data filename.
authorkos <kos@dev3>
Tue, 21 Aug 2012 01:25:53 +0000 (10:25 +0900)
committerkos <kos@dev3>
Tue, 21 Aug 2012 01:25:53 +0000 (10:25 +0900)
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