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> (cherry picked from commit34dc351303
)
This commit is contained in:
parent
8e14a086e9
commit
d9bff53a1c
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ return view.extend({
|
|||
network.getDSLModemType(),
|
||||
network.getDevices(),
|
||||
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()
|
||||
]);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue