Commit cf78eb76 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

added ntp

parent 3a04eb2a
......@@ -9,8 +9,9 @@ IMAGE_INSTALL_append = " python-core \
mtd-utils \
ethtool \
net-tools \
ntp \
sntp \
ntp-utils \
ntpdate \
openssh \
nano \
lighttpd \
......
# This is the most basic ntp configuration file
# The driftfile must remain in a place specific to this
# machine - it records the machine specific clock error
driftfile /etc/ntp.drift
# This obtains a random server which will be close
# (in IP terms) to the machine. Add other servers
# as required, or change this.
server time.server.example.com
# Using local hardware clock as fallback
# Disable this when using ntpd -q -g -x as ntpdate or it will sync to itself
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
server 3.pool.ntp.org
# Defining a default security setting
restrict default
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment