aboutsummaryrefslogtreecommitdiff
path: root/utils/pps-tools
Commit message (Collapse)AuthorAge
* pps-tools: use %lld in printf for 64-bit time_tMatt Merhar2023-11-16
| | | | | | | | | | | | musl 1.2.0 switched to use 64-bit time_t everywhere, including 32-bit architectures, causing garbage values to be printed from ppswatch and ppstest. Use the correct format string for the affected printf statements and explicitly cast to long long to avoid potential compatibility issues with 32-bit glibc. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
* pps-tools: use INSTALL_DATA instead of CPWolfgang Breyha2019-11-08
| | | | Signed-off-by: Wolfgang Breyha <wbreyha@gmx.net>
* pps-tools: install timepps.h in location specified by RFC 2783Wolfgang Breyha2019-11-08
| | | | | | This is need by eg. gpsd to build with proper PPS support. It was already submitted once in #2892 which ended in a stalemate. Signed-off-by: Wolfgang Breyha <wbreyha@gmx.net>
* pps-tools: Update to 1.0.2 and switch to codeloadRosen Penev2018-11-11
| | | | 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>
* packages: cleanup Makefile variablesStephen Walker2016-07-09
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* utils: Fix typos (found by codespell)Stefan Weil2016-03-26
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* pps-tools: remove kernel dependenciesHauke Mehrtens2015-07-11
| | | | | | | | pps-tools builds on kernel 4.1, but instead of adding this kernel, remove the check as all kernel versions currently supported by OpenWrt are listed. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* pps-tools: enable for Linux 3.18Christian Pointner2015-05-22
| | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* pps-tools: update package, allow compiling on more recent kernelsZoltan HERPAI2014-09-21
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>