aboutsummaryrefslogtreecommitdiff
path: root/utils/reptyr
Commit message (Collapse)AuthorAge
* reptyr: Update to 0.10.0Tianling Shen2023-08-15
| | | | | | | | | | | * 0.10.0 (Jun 04, 2023) - Add arm7 and aarch64 support for FreeBSD * 0.9.0 (Jun 12, 2022) - Add RISCV64 support on Linux - Fix tty-stealing on PowerPC Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* reptyr: fix build on macosSergey V. Lobanov2022-01-26
| | | | | | | This patch sets UNAME_S=Linux due to OpenWrt is always Linux but `uname -s` return Darwin on MacOS and fails target build. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* reptyr: add mips64el to the DEPENDS listRosen Penev2021-03-21
| | | | | | MIPS is completely unsupported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* reptyr: do not build on mips64Rosen Penev2021-03-06
| | | | | | mips of any kind is not supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* reptyr: Don't build for mipselEneas U de Queiroz2021-02-19
| | | | | | The package does not support any mips archs, including mipsel. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* reptyr: add runtime testJosef Schlehofer2020-10-17
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* reptyr: add packageJosef Schlehofer2020-10-17
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>