49 lines
1 KiB
Text
49 lines
1 KiB
Text
|
|
||
|
config system
|
||
|
option hostname 'ITS-AP-unassigned'
|
||
|
option timezone 'UTC'
|
||
|
|
||
|
config timeserver 'ntp'
|
||
|
list server '0.openwrt.pool.ntp.org'
|
||
|
list server '1.openwrt.pool.ntp.org'
|
||
|
list server '2.openwrt.pool.ntp.org'
|
||
|
list server '3.openwrt.pool.ntp.org'
|
||
|
option enabled '1'
|
||
|
option enable_server '0'
|
||
|
|
||
|
config led 'led_wan'
|
||
|
option name 'WAN'
|
||
|
option sysfs 'tp-link:green:wan'
|
||
|
option trigger 'netdev'
|
||
|
option mode 'link tx rx'
|
||
|
option dev 'eth1'
|
||
|
|
||
|
config led 'led_lan1'
|
||
|
option name 'LAN1'
|
||
|
option sysfs 'tp-link:green:lan1'
|
||
|
option trigger 'switch0'
|
||
|
option port_mask '0x10'
|
||
|
|
||
|
config led 'led_lan2'
|
||
|
option name 'LAN2'
|
||
|
option sysfs 'tp-link:green:lan2'
|
||
|
option trigger 'switch0'
|
||
|
option port_mask '0x08'
|
||
|
|
||
|
config led 'led_lan3'
|
||
|
option name 'LAN3'
|
||
|
option sysfs 'tp-link:green:lan3'
|
||
|
option trigger 'switch0'
|
||
|
option port_mask '0x04'
|
||
|
|
||
|
config led 'led_lan4'
|
||
|
option name 'LAN4'
|
||
|
option sysfs 'tp-link:green:lan4'
|
||
|
option trigger 'switch0'
|
||
|
option port_mask '0x02'
|
||
|
|
||
|
config led 'led_wlan'
|
||
|
option name 'WLAN'
|
||
|
option sysfs 'tp-link:green:wlan'
|
||
|
option trigger 'phy0tpt'
|