Skip to content

Commit 49079cf

Browse files
authored
Merge pull request #3427 from ffac/rssi_for_5ghz
gluon-core: set 5GHz rssi leds to mesh1 connectivity
2 parents 56f9f39 + 4e2188a commit 49079cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package/gluon-core/luasrc/lib/gluon/upgrade/200-wireless

+5
Original file line numberDiff line numberDiff line change
@@ -249,5 +249,10 @@ if uci:get('system', 'rssid_wlan0') then
249249
uci:save('system')
250250
end
251251

252+
if uci:get('system', 'rssid_wlan1') then
253+
uci:set('system', 'rssid_wlan1', 'dev', 'mesh1')
254+
uci:save('system')
255+
end
256+
252257
uci:save('wireless')
253258
uci:save('network')

0 commit comments

Comments
 (0)