aboutsummaryrefslogtreecommitdiff
path: root/net/kplex
Commit message (Collapse)AuthorAge
* kplex: add support for Sierra Wireless Gobi GPSDaniel Golle2021-05-28
| | | | | | | | | | | | | | | Sierra Wireless modems need the string '$GPS_START' to be sent to the GPS tty device as only then the modem firmware starts emitting NMEA-0183 sentences. Add an option 'sierragpsstart' to kplex' serial driver to support that quirk as kplex can be very useful to spread GPS data over the network while also supplying 'ugps' using a PTY, allowing for correct system time to be set automatically on boot up from GPS. This patch is also PR'ed at the upstream project: https://github.com/stripydog/kplex/pull/54 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* 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>
* kplex: Update to 1.4Rosen Penev2019-01-20
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kplex: copy config file to /etc/Caesar Schinas2017-08-27
| | | | Signed-off-by: Caesar Schinas <caesar@caesarschinas.com>
* kplex: update to v1.3.4Caesar Schinas2017-08-27
| | | | | | Use stable release instead of git commit hash. Signed-off-by: Caesar Schinas <caesar@caesarschinas.com>
* kplex: add init scriptNuno Goncalves2015-08-09
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* add kplex: NMEA-0183 multiplexer and routerNuno Goncalves2015-07-28
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>