aboutsummaryrefslogtreecommitdiff
path: root/utils/picocom
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: remove myself as maintainerRosen Penev2020-03-15
| | | | | | Fix license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* 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: use Google Storage API to get sources from former GooglecodeAlexander Ryzhov2018-03-16
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@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>
* picocom: import and adoptSteven Barth2014-08-12
Signed-off-by: Steven Barth <steven@midlink.org>