aboutsummaryrefslogtreecommitdiff
path: root/net/linuxptp
Commit message (Collapse)AuthorAge
* linuxptp: Remove false dependsRosen Penev2019-05-05
| | | | | | | | It seems ever since the switch to uClibc-ng, this builds perfectly fine. Moved PKG_MAINTAINER variable for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* linuxptp: Upgrade to v2.0Wojciech Dubowik2018-08-22
| | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
* Bump linuxptp to version 1.9.2Wojciech Dubowik2018-04-09
| | | | Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
* linuxptp: fix version and hashHannu Nyman2018-04-03
| | | | | | Correct the versioning and use PKG_HASH Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* linuxptp: Upgrade to v1.9Wojciech Dubowik2018-04-03
| | | | | | Plus one upstream fix. Signed-off-by: Wojciech Dubowik <klute99@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>
* linuxptp: Remove unnecessary netdb.h includesFlorian Fainelli2017-06-04
| | | | | | | | | This backports a patch that has been accepted upstream in linuxptp: 8b61aa2c3f3103db1d4ca1d1e49bb4f8831c1abf ("udp: Avoid including netdb.h") to fix build errors with external glibc toolchains that provide rpc/types.h. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* linuxptp: fix libc functionality check in incdefs.shHauke Mehrtens2017-03-17
| | | | | | | | The checks in the incdefs.sh script do not fully work when cross compiling. It probably checks the hosts libc. Just provide the settings manually, as our musl at least supports all these features. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* linuxptp: download directly via httpHauke Mehrtens2017-03-17
| | | | | | | Instead of cloning the released version via git, just download it via http from sourceforge. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
* linuxptp: Update to version 1.8Wojciech Dubowik2016-12-02
| | | | Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
* linuxptp: pass TARGET_CFLAGS using MAKE_VARS, bump PKG_RELEASEStephen Walker2016-07-19
| | | | | | | | | | | | | | | | | | | | | | | ccache_cc -Wall -DVER=1.6 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -c -o ptp4l.o ptp4l.c cc1: note: someone does not honour COPTS correctly, passed 0 times unpatched 8229 hwstamp_ctl 128213 phc2sys 37045 phc_ctl 99077 pmc 185589 ptp4l 41141 timemaster patched (honouring -Os CFLAG) 8213 hwstamp_ctl 54469 phc2sys 20645 phc_ctl 49877 pmc 74965 ptp4l 20645 timemaster Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* linuxptp: include time.h to fix unknown type name 'time_t' error with musl, ↵Stephen Walker2016-07-09
| | | | | | | | | | | | 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>
* linuxptp: Add the packageWojciech Dubowik2016-01-19
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>