19 lines
413 B
Plaintext
19 lines
413 B
Plaintext
|
|
config system
|
|
option hostname 'OpenWrt'
|
|
option ttylogin '0'
|
|
option log_size '64'
|
|
option urandom_seed '0'
|
|
option compat_version '1.0'
|
|
option zonename 'UTC'
|
|
option log_proto 'udp'
|
|
option conloglevel '8'
|
|
option cronloglevel '5'
|
|
|
|
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'
|
|
|