Skip to content

Commit

Permalink
wrt: use the same SSID for the 2.4 and 5 GHz networks.
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Aug 17, 2024
1 parent 88979ba commit 9e27c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ wifi config > /etc/config/wireless
uci set wireless.radio0.disabled="0"
uci set wireless.radio0.country="CH"
uci set wireless.radio0.cell_density="0"
uci set wireless.default_radio0.ssid="${WIFI_SSID}_5GHz"
uci set wireless.default_radio0.ssid="${WIFI_SSID}"
uci set wireless.default_radio0.encryption='psk2'
uci set wireless.default_radio0.key="$WIFI_KEY"

Expand Down

0 comments on commit 9e27c01

Please sign in to comment.