# HG changeset patch # User Alexander Medvedev # Date 1454869633 0 # Node ID 522e9624a3785b4f688fbe51193fc72ba346c6ea # Parent c18bf4a1a64c7ae21596f14cf2235abeed8a5d6e Add some default ntpd options diff -r c18bf4a1a64c -r 522e9624a378 rootfs/etc/daemons.conf --- a/rootfs/etc/daemons.conf Sun Jan 24 16:02:18 2016 +0100 +++ b/rootfs/etc/daemons.conf Sun Feb 07 18:27:13 2016 +0000 @@ -34,3 +34,6 @@ # Busybox HTTP web server options. HTTPD_OPTIONS="-u www" + +# Busybox NTPd network time daemon options. +NTPD_OPTIONS="-p pool.ntp.org"