aboutsummaryrefslogtreecommitdiff
path: root/net/ser2net/patches
Commit message (Collapse)AuthorAge
* ser2net: update to 4.5.0 (closes #21409)Morgan Christiansson2023-11-05
| | | | | | | | | | | | | | | | | | This major update not only updates the ser2net daemon version, but also migrates the UCI configuration handling to the newer YAML configuration file format. If you only configured ser2net using UCI, then there should be no noticable difference and your configuration should still work as before. If you modified /etc/ser2net.conf before, or used custom adaptions etc., then you must migrate to newer /etc/ser2net.yaml on your own and/or double-check your installation - there is no automatic migration logic during package upgrade path. Signed-off-by: Morgan Christiansson <git@mog.se> 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 3.5Michael Heimpold2017-11-23
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* 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.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>