Author: titmuss
Date: Wed Sep  3 04:35:36 2008
New Revision: 2895

URL: http://svn.slimdevices.com?rev=2895&root=Jive&view=rev
Log:
Bug: N/A
Description:
Correct mtd partition name, jffs2 has always been used in production.


Modified:
    
7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupFirmwareUpgrade/Upgrade.lua

Modified: 
7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupFirmwareUpgrade/Upgrade.lua
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupFirmwareUpgrade/Upgrade.lua?rev=2895&root=Jive&r1=2894&r2=2895&view=diff
==============================================================================
--- 
7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupFirmwareUpgrade/Upgrade.lua
 (original)
+++ 
7.3/trunk/squeezeplay/src/squeezeplay_jive/share/applets/SetupFirmwareUpgrade/Upgrade.lua
 Wed Sep  3 04:35:36 2008
@@ -260,10 +260,10 @@
 
        self._mtd["zImage"] = string.match(mtd, "mtd(%d+):[^\n]*zimage[^\n]*\n")
        self._mtd["root.cramfs"] = string.match(mtd, 
"mtd(%d+):[^\n]*cramfs[^\n]*\n")
-       self._mtd["yaffs"] = string.match(mtd, "mtd(%d+):[^\n]*yaffs[^\n]*\n")
+       self._mtd["jffs2"] = string.match(mtd, "mtd(%d+):[^\n]*jffs2[^\n]*\n")
        self._mtd["env"] = string.match(mtd, "mtd(%d+):[^\n]*env[^\n]*\n")
 
-       for _, part in ipairs({"zImage", "root.cramfs", "yaffs", "env"}) do
+       for _, part in ipairs({"zImage", "root.cramfs", "jffs2", "env"}) do
                if self._mtd[part] == nil then
                        return nil, "PROBLEM_PARSE_MTD"
                else

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to