luci-mod-network: allow netifd version query to fail
Fixes: 17af33ee48
("luci-mod-network: migrate network config depending on netifd version")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
fc12933670
commit
34dc351303
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ return view.extend({
|
||||||
network.getDSLModemType(),
|
network.getDSLModemType(),
|
||||||
network.getDevices(),
|
network.getDevices(),
|
||||||
fs.lines('/etc/iproute2/rt_tables'),
|
fs.lines('/etc/iproute2/rt_tables'),
|
||||||
fs.read('/usr/lib/opkg/info/netifd.control'),
|
L.resolveDefault(fs.read('/usr/lib/opkg/info/netifd.control')),
|
||||||
uci.changes()
|
uci.changes()
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue