mirror of
https://github.com/OpenMANET/morse-feed.git
synced 2025-12-11 05:45:05 -06:00
luci-app-morseupgrade: (APP-3767, PR #1000) add artini IP to upgrade IPs
Approved-by: Lyall Beveridge Approved-by: Evan Benn
This commit is contained in:
parent
e09effcfbd
commit
dbb3b02f83
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
// this is a standard list propagated around LuCI to poll the device
|
// this is a standard list propagated around LuCI to poll the device
|
||||||
// after an action which would have lost connection. Used by the handleSysupgrade
|
// 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
|
// 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', 'openwrt.lan'];
|
const hrefs = [window.location.host, '10.42.0.1', '192.168.12.1', '192.168.1.1', 'openwrt.lan'];
|
||||||
|
|
||||||
var callUpgradeQuery = rpc.declare({
|
var callUpgradeQuery = rpc.declare({
|
||||||
object: 'morseupgrade',
|
object: 'morseupgrade',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user