aboutsummaryrefslogtreecommitdiff
path: root/utils/picocom/patches
Commit message (Collapse)AuthorAge
* picocom: Update to 3.1Rosen Penev2018-07-25
| | | | | | Switched to new upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* picocom: fix compilation with musl (#1383)Jo-Philipp Wich2015-06-16
Only use termio.h with glibc or uclibc, for musl include sys/ioctl.h and termios.h instead. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>