Skip to content

Commit

Permalink
gluon-core: set 5GHz rssi leds to mesh1 connectivity
Browse files Browse the repository at this point in the history
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: Florian Maurer <[email protected]>
  • Loading branch information
maurerle committed Jan 16, 2025
1 parent ab1c311 commit 685e989
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/gluon-core/luasrc/lib/gluon/upgrade/200-wireless
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 685e989

Please sign in to comment.