projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
871f07a
)
Overwritten ask_bool prevented flashing from happening
author
Steven Barth
<steven@midlink.org>
Fri, 12 Sep 2008 19:50:31 +0000
(19:50 +0000)
committer
Steven Barth
<steven@midlink.org>
Fri, 12 Sep 2008 19:50:31 +0000
(19:50 +0000)
contrib/package/luci-addons/dist/sbin/luci-flash
patch
|
blob
|
history
diff --git
a/contrib/package/luci-addons/dist/sbin/luci-flash
b/contrib/package/luci-addons/dist/sbin/luci-flash
index 79bc834b4528892e277653febc93f4df0ee34f73..07434b5073d30e7619535a8a43411be15070149a 100755
(executable)
--- a/
contrib/package/luci-addons/dist/sbin/luci-flash
+++ b/
contrib/package/luci-addons/dist/sbin/luci-flash
@@
-85,9
+85,5
@@
done
[ -n "$sysupgrade_init_conffiles" ] && do_save_conffiles
run_hooks "" $sysupgrade_pre_upgrade
-ask_bool() {
- false
-}
-
v "Switching to ramdisk..."
run_ramfs '. /etc/functions.sh; include /lib/upgrade; do_upgrade'