blob: 314f2918701fb57de5d077b9f57845c469b2bb22 (
plain)
1
2
3
4
5
6
7
8
9
  | 
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
  |