sysntpd: restore support for peer-less (standalone) mode
authorPiotr Dymacz <pepe2k@gmail.com>
Mon, 6 Mar 2017 22:20:37 +0000 (23:20 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Sun, 2 Apr 2017 13:09:09 +0000 (15:09 +0200)
commita49503bbc75da39a8a2b0a9da0053e7b968b5e8b
treefd683bc0aeba51b8e8e10b741659b3b050979cc2
parent1bdd23231b9de6f98b5c51360167abc7b5e92716
sysntpd: restore support for peer-less (standalone) mode

ntpd from Busybox supports peer-less (standalone) mode when it's started
with option -l and without any peer provided with option -p. In this
mode ntpd uses local time as reference and acts as stratum 1 server.

This mode can be used in isolated networks, where Internet access and/or
other NTP server/s are not available, but the device has some other way
of getting correct time, like e.g. GPS (ugps supports setting local time
by default).

Support for this mode was incorrectly disabled/removed in:
1527f96ca6e196fa17c96fdb3ae520158fa5943f

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Acked-by: Jo-Philipp Wich <jo@mein.io>
package/utils/busybox/files/sysntpd