blob: d2124e4176f54417ac0ec93abddfb2ad807b440e (
plain)
1
2
3
4
5
6
7
8
9
10
  | 
config system
	option hostname	OpenWrt
	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 enable_server 0
  |