aboutsummaryrefslogtreecommitdiff
path: root/net/ser2net
Commit message (Collapse)AuthorAge
* ser2net: schedule start later during boot (fixes #18872)Michael Heimpold2022-07-09
| | | | | | | Usually, no other local service depends on the start of ser2net, so let's start it later in the boot process. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: update to 4.3.6Michael Heimpold2022-06-11
| | | | | | | We need to add an upstream patch as well, which fixes disabling the newly introduced PAM support. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: Update to version 4.3.5Nita Vesa2022-03-30
| | | | | | | | | | | The updated version requires libgensio, libyaml and libpthread, so those have been added accordingly to dependencies. Also added arguments for the configure-script to always attempt to build ser2net with the same settings, instead of leaving it to guess, for consistency. Signed-off-by: Nita Vesa <werecatf@outlook.com>
* treewide: add conffilesHuangbin Zhan2020-05-09
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* ser2net: fix rpcd reloadMichele Primavera2020-01-27
| | | | | | ser2net did not get restarted after saving in uci or luci Signed-off-by: Michele Primavera <primavera@elmod.it>
* 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>
* set2net: Remove false dependsRosen Penev2019-05-05
| | | | | | | These depends actually have the effect of disabling ser2net when uClibc-ng is selected. Remove them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ser2net: update to 3.5.1Michael Heimpold2019-01-08
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: fix dynamic config generation (refs #5302)Michael Heimpold2018-01-18
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: extend dynamic config generation (refs #5302)Michael Heimpold2017-12-30
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: added support for config file.Jasper Scholte2017-12-21
| | | | Signed-off-by: Jasper Scholte <NightNL@outlook.com>
* ser2net: update to 3.5Michael Heimpold2017-11-23
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* 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>
* ser2net: add some upstream patches (fixes #4249)Michael Heimpold2017-04-15
| | | | | | | | | As reported by @thornley-touchstar, there are some issues in the showshortport and showport commands on the monitoring channel. After short dicussion with upstream, the following patches were merged upstream to fix the issue(s). Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: update to 3.4Michael Heimpold2017-02-19
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: update to 3.3Michael Heimpold2017-01-08
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: update to 3.2Michael Heimpold2016-11-17
| | | | | | Beside some bugfixes, this adds multi-connection support. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: add missing dependency to librt when using uClibcMichael Heimpold2016-11-09
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: upgrade to 3.1Michael Heimpold2016-11-07
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: add missing dependency to libpthread when using uClibcMichael Heimpold2016-11-03
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: change maintainerMichael Heimpold2016-10-16
| | | | | | | Current maintainer seems to be unavailable, so taking maintainership. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: update to 3.0Michael Heimpold2016-09-24
| | | | | | The patches were included upstream, so remove them here. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: add patch for LED activity supportMichael Heimpold2015-04-29
| | | | | | | | | This adds a patch for ser2net, so that ser2net can be configured to flash leds on serial traffic. This could -for example- be used to have an activity indicator, like netdev trigger. Internally, the linux kernel's 'transient' led trigger is used. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* ser2net: import from old packages feedNicolas Thill2015-01-10
- update to latest version (v2.10.0) - add a patch to fix compilation failures due to missing TIOCSRS485 macro - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>