aboutsummaryrefslogtreecommitdiff
path: root/net/ntpd/files
Commit message (Collapse)AuthorAge
* ntpd: use UCI to synthesize minimal conf filePhilip Prindeville2017-07-27
| | | | | | Borrowed code from Busybox's sysntpd. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* ntpd: restart instead of killall and startPeter Wagner2017-03-06
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* ntpd: only restart ntpd when the wan interface comes up and ntpd is enabledPeter Wagner2017-03-06
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* ntpd: cleanup Makefile and hotplug scriptPeter Wagner2017-01-17
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* ntpd: add hotplug script that signals when ntp reaches the stratum level ↵Peter Wagner2017-01-16
| | | | | | | | | like the sysntp implementation use ntpq to check the status of the ntp server as all other status scripts included in the ntp tarball are based on perl which would dramatically increase the footprint of ntpd Signed-off-by: Peter Wagner <tripolar@gmx.at>
* ntpd: fix typoPeter Wagner2015-04-13
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Currently the hotplug script never starts because it assumes the wrongPeter Wagner2015-04-13
| | | | | | | path to the binary. Fix the path. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net> Signed-off-by: Peter Wagner <tripolar@gmx.at>
* generic userid: use the new USERID apiJohn Crispin2014-10-08
| | | | | | | | recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin <blogic@openwrt.org>
* ntpd: import from packagesPeter Wagner2014-06-16
Signed-off-by: Peter Wagner <tripolar@gmx.at>