Skip to content
Snippets Groups Projects
Unverified Commit 4e2188a7 authored by Florian Maurer's avatar Florian Maurer
Browse files

gluon-core: set 5GHz rssi leds to mesh1 connectivity


This was missing for quite some time.
For example the dap-x1860 profits from using its LEDs to show the mesh connectivity.

Signed-off-by: default avatarFlorian Maurer <f.maurer@outlook.de>
parent 3c04d32d
No related branches found
No related tags found
No related merge requests found
......@@ -249,5 +249,10 @@ if uci:get('system', 'rssid_wlan0') then
uci:save('system')
end
if uci:get('system', 'rssid_wlan1') then
uci:set('system', 'rssid_wlan1', 'dev', 'mesh1')
uci:save('system')
end
uci:save('wireless')
uci:save('network')
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