1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 04:44:10 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
Stephen Walker
e54025a3f4 linuxptp: include time.h to fix unknown type name 'time_t' error with musl, refresh patches
In file included from print.h:25:0,
                 from linreg.c:24:
util.h:364:32: error: unknown type name 'time_t'
 int rate_limited(int interval, time_t *last);
                                ^

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
2016-07-09 15:10:23 -04:00
Wojciech Dubowik
c29df28843 linuxptp: Add the package
Linuxptp is a user space software implementation of IEEE 1588
Precision Time Protocol standard.

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
Reviewed-by: John Crispin<blogic@openwrt.org>
2016-01-19 11:04:02 +01:00