From dbb3b02f838c0a58037eb480b1302f53fbd78e70 Mon Sep 17 00:00:00 2001 From: James Haggerty Date: Thu, 28 Nov 2024 06:24:55 +0000 Subject: [PATCH] luci-app-morseupgrade: (APP-3767, PR #1000) add artini IP to upgrade IPs Approved-by: Lyall Beveridge Approved-by: Evan Benn --- .../htdocs/luci-static/resources/view/morse/upgrade.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci/luci-app-morseupgrade/htdocs/luci-static/resources/view/morse/upgrade.js b/luci/luci-app-morseupgrade/htdocs/luci-static/resources/view/morse/upgrade.js index fc03532..4eb16ff 100644 --- a/luci/luci-app-morseupgrade/htdocs/luci-static/resources/view/morse/upgrade.js +++ b/luci/luci-app-morseupgrade/htdocs/luci-static/resources/view/morse/upgrade.js @@ -7,8 +7,8 @@ // this is a standard list propagated around LuCI to poll the device // after an action which would have lost connection. Used by the handleSysupgrade -// 10.42.0.1 added by morse to attempt to reach out to our default configuration -const hrefs = [window.location.host, '10.42.0.1', 'openwrt.lan']; +// 10.42.0.1/192.168.12.1 added by morse to attempt to reach out to our default configuration +const hrefs = [window.location.host, '10.42.0.1', '192.168.12.1', '192.168.1.1', 'openwrt.lan']; var callUpgradeQuery = rpc.declare({ object: 'morseupgrade',