Update the archer-c5 mixin
This commit is contained in:
parent
58ebd91734
commit
5ca6114f1b
|
@ -3,7 +3,7 @@ config system
|
||||||
option hostname '<hostname>'
|
option hostname '<hostname>'
|
||||||
option zonename 'Europe/Sofia'
|
option zonename 'Europe/Sofia'
|
||||||
option timezone 'EET-2EEST,M3.5.0/3,M10.5.0/4'
|
option timezone 'EET-2EEST,M3.5.0/3,M10.5.0/4'
|
||||||
option log_ip '10.100.0.1'
|
option log_ip '10.20.0.1'
|
||||||
option log_remote '1'
|
option log_remote '1'
|
||||||
|
|
||||||
config timeserver 'ntp'
|
config timeserver 'ntp'
|
||||||
|
|
|
@ -23,6 +23,8 @@ config wifi-iface
|
||||||
# option macaddr '<wlan0-macaddr>'
|
# option macaddr '<wlan0-macaddr>'
|
||||||
option isolate '1'
|
option isolate '1'
|
||||||
option iapp_interface 'management'
|
option iapp_interface 'management'
|
||||||
|
option wnm_sleep_mode 1
|
||||||
|
option proxy_arp 1
|
||||||
|
|
||||||
config wifi-device radio1
|
config wifi-device radio1
|
||||||
option type mac80211
|
option type mac80211
|
||||||
|
@ -38,9 +40,6 @@ config wifi-device radio1
|
||||||
option log_level '-1'
|
option log_level '-1'
|
||||||
option country 'BG'
|
option country 'BG'
|
||||||
option country_ie '1'
|
option country_ie '1'
|
||||||
# option doth '1'
|
|
||||||
# option pwr_constraint 4
|
|
||||||
# option spectrum_mgmt 1
|
|
||||||
|
|
||||||
config wifi-iface
|
config wifi-iface
|
||||||
option device radio1
|
option device radio1
|
||||||
|
@ -51,3 +50,6 @@ config wifi-iface
|
||||||
# option macaddr '<wlan1-macaddr>'
|
# option macaddr '<wlan1-macaddr>'
|
||||||
option isolate '1'
|
option isolate '1'
|
||||||
option iapp_interface 'management'
|
option iapp_interface 'management'
|
||||||
|
option wnm_sleep_mode 1
|
||||||
|
option proxy_arp 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue