Update the archer-c5 mixin

This commit is contained in:
Petko Bordjukov 2016-11-02 23:24:57 +02:00
parent 58ebd91734
commit 5ca6114f1b
2 changed files with 8 additions and 6 deletions

View File

@ -3,7 +3,7 @@ config system
option hostname '<hostname>'
option zonename 'Europe/Sofia'
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'
config timeserver 'ntp'
@ -41,4 +41,4 @@ config led 'led_wlan5g'
config led 'led_system'
option name 'SYSTEM'
option sysfs 'tp-link:blue:system'
option trigger 'heartbeat'
option trigger 'heartbeat'

View File

@ -23,6 +23,8 @@ config wifi-iface
# option macaddr '<wlan0-macaddr>'
option isolate '1'
option iapp_interface 'management'
option wnm_sleep_mode 1
option proxy_arp 1
config wifi-device radio1
option type mac80211
@ -38,9 +40,6 @@ config wifi-device radio1
option log_level '-1'
option country 'BG'
option country_ie '1'
# option doth '1'
# option pwr_constraint 4
# option spectrum_mgmt 1
config wifi-iface
option device radio1
@ -50,4 +49,7 @@ config wifi-iface
option encryption 'none'
# option macaddr '<wlan1-macaddr>'
option isolate '1'
option iapp_interface 'management'
option iapp_interface 'management'
option wnm_sleep_mode 1
option proxy_arp 1