aboutsummaryrefslogtreecommitdiff
path: root/net/ntripclient
Commit message (Collapse)AuthorAge
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* ntripclient: Fix version and switch to codeload (#6690)Rosen Penev2018-08-05
| | | | | Version is 1.51, not 1.5.0. Codeload simplifies the Makefile. 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>
* ntripclient: change source to githubNuno Goncalves2015-07-13
| | | | | | | | ntripclient developer agency http://igs.bkg.bund.de/ does not reliably provide a source mirror with version naming. Created a github repository to provide sources and allow contributions. Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* ntripclient: fix musl comaptibilityJo-Philipp Wich2015-06-26
| | | | | | | Add missing `sys/select.h` include to `ntripclient.c` to provide declarations for `struct timeval` and `fd_set` under musl. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* ntripclient: move to githubNuno Goncalves2014-09-16
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>