mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 03:41:44 +00:00
e718abc23f
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>
11 lines
566 B
YAML
11 lines
566 B
YAML
# This is a minimal example configuration file for ser2net. For a version with
|
|
# detailed comments and all possible configuration directives, please visit:
|
|
# https://github.com/cminyard/ser2net/blob/master/ser2net.yaml
|
|
#
|
|
# On OpenWrt/LEDE systems, this configuration serves as a base configuration.
|
|
# During boot of the system, the UCI configuration file /etc/config/ser2net is
|
|
# parsed and converted to additional configuration lines which are _appended_
|
|
# to this file. The ser2net daemon is then started with the combined
|
|
# configuration file /tmp/ser2net.yaml.
|
|
|