blob: ba7e87c629e71e3e59066ee44435b52b19878b22 (
plain)
1
2
3
4
5
6
7
8
9
  | 
config 'system'
	option 'timezone' 'UTC'
	option 'hostname' 'flexibity'
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
  |