Skip to content
Snippets Groups Projects
Commit f5764a4a authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-mesh-batman-adv-core: adjust rssid config to renamed WLAN interfaces

This should fix the signal strength indicators on the TP-Link CPE210/510.
parent efbc88dd
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/lua
local uci = require('luci.model.uci').cursor()
if uci:get('system', 'rssid_wlan0') then
uci:set('system', 'rssid_wlan0', 'dev', 'mesh0')
uci:save('system')
uci:commit('system')
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment