Fixed status detection for firmware flash

This commit is contained in:
Steven Barth 2008-09-12 12:13:26 +00:00
parent fade8edd2d
commit 67049e97b4

View file

@ -77,12 +77,12 @@ function flash(image, kpattern)
return false, line
else
line = fp:read()
if line == "Performing system upgrade" then
if line == "Performing system upgrade..." then
return true
end
line = fp:read()
if line == "Performing system upgrade" then
if line == "Performing system upgrade..." then
return true
end