Broadcom should handle keep_avail now

This commit is contained in:
Steven Barth 2008-09-24 22:37:09 +00:00
parent 402485bfcc
commit 4538b12895
2 changed files with 2 additions and 6 deletions

View file

@ -185,9 +185,7 @@ function action_upgrade()
local ret
local plat = luci.fs.mtime("/lib/upgrade/platform.sh")
local tmpfile = "/tmp/firmware.img"
local broadcom = os.execute('grep brcm_ /lib/upgrade/platform.sh >/dev/null 2>&1') == 0
local keep_avail = not broadcom
local keep_avail = true
local file
luci.http.setfilehandler(

View file

@ -82,9 +82,7 @@ function action_upgrade()
local ret = nil
local plat = luci.fs.mtime("/lib/upgrade/platform.sh")
local tmpfile = "/tmp/firmware.img"
local broadcom = os.execute('grep brcm_ /lib/upgrade/platform.sh >/dev/null 2>&1') == 0
local keep_avail = not broadcom
local keep_avail = true
local file
luci.http.setfilehandler(