21ce951e4b
* add ntp-key and ntp-key-ssl (linked against OpenSSL) * update init file - add ntp group and user * compile with --without-lineeditlibs * add ntptime to the ntp-utils package SVN-Revision: 29127
27 lines
590 B
Plaintext
27 lines
590 B
Plaintext
# use a random selection of 4 public stratum 2 servers
|
|
# see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers
|
|
|
|
#restrict default nomodify notrap noquery
|
|
#restrict default noquery
|
|
|
|
restrict 127.0.0.1
|
|
|
|
driftfile /var/lib/ntp/ntp.drift
|
|
|
|
server 0.openwrt.pool.ntp.org iburst
|
|
server 1.openwrt.pool.ntp.org iburst
|
|
server 2.openwrt.pool.ntp.org iburst
|
|
server 3.openwrt.pool.ntp.org iburst
|
|
|
|
|
|
# GPS(NMEA)+PPS
|
|
#server 127.127.20.0 minpoll 4 prefer
|
|
#fudge 127.127.20.0 flag3 1 flag2 0
|
|
|
|
# SMA PPS
|
|
#server 127.127.28.0 minpoll 4 prefer
|
|
#fudge 127.127.28.0 refid PPS flag3 1
|
|
|
|
#server 192.168.1.253
|
|
|