Skip to content

Commit

Permalink
Fix 2ghz wifi config for dl-wrtx36
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Jan 17, 2024
1 parent a4cc043 commit 0fe41c0
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions roles/build-config/templates/dl-wrtx36-wireless.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ config wifi-iface 'default_radio0'
option encryption '{{wifi_encryption}}'
option key '{{wifi_key}}'

config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ifname 'wlan0'
option ssid '{{wifi_ssid_two_ghz}}'
option encryption '{{wifi_encryption}}'
option key '{{wifi_key}}'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/c000000.wifi+1'
option channel '{{channel}}'
option band '2g'
option htmode 'HE20'
option disabled '{{wifi_disabled}}'

config wifi-iface 'default_radio1'
option device 'radio1'
Expand All @@ -31,4 +30,4 @@ config wifi-iface 'default_radio1'
option ifname 'wlan0'
option ssid '{{wifi_ssid_two_ghz}}'
option encryption '{{wifi_encryption}}'
option key '{{wifi_key}}'
option key '{{wifi_key}}'

0 comments on commit 0fe41c0

Please sign in to comment.