aboutsummaryrefslogtreecommitdiff
path: root/net/ntpclient
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* ntpclient: fixup time patchRosen Penev2020-04-11
| | | | | | Added missing header and added casts. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ntpclient: fix compilation with newer kernelsRosen Penev2020-04-07
| | | | | | | | | glibc needs an extra header included. Also cast time values to 64-bit in preparation for 64-bit time_t for 32-bit platforms. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ntpclient: Fix NTP_RUNNING command to work when procps-ng is installedRosen Penev2019-04-25
| | | | | | | | | busybox ps and procps-ng ps have different outputs. Force busybox ps usage to fix this. Also cleaned up the script using shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ntpclient: Update to 2015_365Rosen Penev2018-08-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* ntpclient: Import from oldpackages, update version, copyright and license ↵Ted Hess2014-08-13
info, add pkg maintainer. Signed-off-by: Ted Hess <thess@kitschensync.net>