Feature request: Remember configuration after upgrade

Suggest improvements and new features for Gargoyle.

Moderator: Moderators

Post Reply
hnl_dk
Moderator
Posts: 408
Joined: Mon Aug 29, 2011 12:37 pm

Feature request: Remember configuration after upgrade

Post 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
Router: TL-WR1043ND - Gargoyle 1.5.4
AP: TL-WR1043ND - Gargoyle 1.5.4

hnl_dk
Moderator
Posts: 408
Joined: Mon Aug 29, 2011 12:37 pm

Re: Feature request: Remember configuration after upgrade

Post by hnl_dk »

I have now used this hack to upgrade my two routers a few hundred km away.
Working like a charm :mrgreen:
Router: TL-WR1043ND - Gargoyle 1.5.4
AP: TL-WR1043ND - Gargoyle 1.5.4

wkweksl
Posts: 15
Joined: Sun Sep 25, 2011 9:20 pm

Re: Feature request: Remember configuration after upgrade

Post by wkweksl »

Second this. Would like to have it added also if possible. Less hassle when doing upgrades.
TP-Link WR-1043ND 1.8 - Gargoyle 1.5.6

wkweksl
Posts: 15
Joined: Sun Sep 25, 2011 9:20 pm

Re: Feature request: Remember configuration after upgrade

Post by wkweksl »

Good to see this implemented.
TP-Link WR-1043ND 1.8 - Gargoyle 1.5.6

Post Reply