21 lines
476 B
Plaintext
21 lines
476 B
Plaintext
config system
|
|
option hostname TinaLinux
|
|
option zonename Asia/Shanghai
|
|
option timezone CST-8
|
|
option log_file /root/.lastlog
|
|
option log_size 512
|
|
option log_buffer_size 64
|
|
|
|
config timeserver ntp
|
|
list server ntp5.aliyun.com
|
|
list server 0.openwrt.pool.ntp.org
|
|
list server 0.cn.pool.ntp.org
|
|
option enable 1
|
|
option enable_server 0
|
|
|
|
config 'led'
|
|
option 'name' 'red'
|
|
option 'sysfs' 'led1'
|
|
option 'brightness' '120'
|
|
option 'trigger' 'timer'
|