Page 1 of 1

Feature request: Remember configuration after upgrade

Posted: Mon Dec 05, 2011 1:09 pm
by hnl_dk
Could this at least get added as an option:
/www/utility/do_upgrade.sh
change line 47

Code: Select all

		/sbin/sysupgrade -n /tmp/up/upgrade  2>&1 | awk ' $0 ~ /eboot/ { print "<script type=\"text/javascript\">top.upgraded();</script></body></html>" ; } '
into

Code: Select all

		/sbin/sysupgrade /tmp/up/upgrade  2>&1 | awk ' $0 ~ /eboot/ { print "<script type=\"text/javascript\">top.upgraded();</script></body></html>" ; } '
This is only the removal of an '-n', that makes sysupgrade disable the remembering of the configuration.

I would still recommend to make a backup first, but besides the name of the router, have I not found any trouble.

http://www.gargoyle-router.com/phpbb/vi ... 8453#p8453

Re: Feature request: Remember configuration after upgrade

Posted: Tue Dec 27, 2011 7:44 pm
by hnl_dk
I have now used this hack to upgrade my two routers a few hundred km away.
Working like a charm :mrgreen:

Re: Feature request: Remember configuration after upgrade

Posted: Wed Dec 28, 2011 8:53 pm
by wkweksl
Second this. Would like to have it added also if possible. Less hassle when doing upgrades.

Re: Feature request: Remember configuration after upgrade

Posted: Fri Mar 02, 2012 2:57 am
by wkweksl
Good to see this implemented.