Skip to content
Snippets Groups Projects
Unverified Commit 49079cfb authored by Andreas Ziegler's avatar Andreas Ziegler Committed by GitHub
Browse files

Merge pull request #3427 from ffac/rssi_for_5ghz

gluon-core: set 5GHz rssi leds to mesh1 connectivity
parents 56f9f391 4e2188a7
No related branches found
No related tags found
No related merge requests found
...@@ -249,5 +249,10 @@ if uci:get('system', 'rssid_wlan0') then ...@@ -249,5 +249,10 @@ if uci:get('system', 'rssid_wlan0') then
uci:save('system') uci:save('system')
end end
if uci:get('system', 'rssid_wlan1') then
uci:set('system', 'rssid_wlan1', 'dev', 'mesh1')
uci:save('system')
end
uci:save('wireless') uci:save('wireless')
uci:save('network') uci:save('network')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment