aboutsummaryrefslogtreecommitdiff
path: root/utils/picocom/patches
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>
* picocom: remove usleepRosen Penev2020-10-12
| | | | | | usleep is removed in POSIX 2008. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* picocom: Backport upstream fix for x86Rosen Penev2018-10-19
| | | | | | Replaced the maintainer with myself due to inactiviy. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>