Commit Graph

6 Commits

Author SHA1 Message Date
Sven Eckelmann bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
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>
2019-09-10 07:45:15 +02:00
Rosen Penev 82fc8f87e9 ntripclient: Fix version and switch to codeload (#6690)
Version is 1.51, not 1.5.0. Codeload simplifies the Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-05 10:41:23 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Nuno Goncalves 76c726af05 ntripclient: change source to github
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>
2015-07-13 02:28:20 +01:00
Jo-Philipp Wich e10abaf165 ntripclient: fix musl comaptibility
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>
2015-06-26 16:48:26 +02:00
Nuno Goncalves 47a3cee62b ntripclient: move to github
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2014-09-16 02:06:37 +01:00