aboutsummaryrefslogtreecommitdiff
path: root/utils/setserial
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* setserial: Add missing headersRosen Penev2019-07-03
| | | | | | Fixes compilation with -Wimplicit-function-declaration Signed-off-by: Rosen Penev <rosenp@gmail.com>
* setserial: Don't build docs to remove nroff dependencyRosen Penev2018-10-11
| | | | | | Buildbots are failing as they lack nroff. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* setserial: introduce packageJo-Philipp Wich2017-12-12
This packages setserial, the standard Linux program for setting serial device attributes such as baud rate, flow control etc. Signed-off-by: Jo-Philipp Wich <jo@mein.io>