aboutsummaryrefslogtreecommitdiff
path: root/utils/reptyr
Commit message (Collapse)AuthorAge
* 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>