aboutsummaryrefslogtreecommitdiff
path: root/utils/ctop
Commit message (Collapse)AuthorAge
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* treewide: quote CC and CXXPaul Fertser2023-01-20
| | | | | | | When CC is set to e.g. "ccache mips-openwrt-linux-musl-gcc" it needs to be quoted to avoid word splitting on substitution. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* ctop: update to 0.7.7Javier Marcet2022-03-30
| | | | | | | | | | | | - Adds uptime column - CPU bar color thresholds update - Updated container status icons - Optimize health status event handling - Adds ppc64le build - Adds "open in browser" menu option - Fix CPU count estimation Signed-off-by: Javier Marcet <javier@marcet.info>
* ctop: update to 0.7.6Javier Marcet2021-07-23
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* ctop: update to 0.7.5Rosen Penev2021-01-07
| | | | | | Remove depends as MIPS is supported now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ctop: update to v0.7.4Javier Marcet2020-11-01
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* ctop: match ARCH with docker-ceRosen Penev2020-10-08
| | | | | | Only makes sense as ctop uses docker-ce. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* golang: Share build cache across package buildsJeffery To2020-10-06
| | | | | | | This also adds a config option GOLANG_BUILD_CACHE_DIR to customize the location of the build cache directory. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* ctop: fix install phaseMarek BehĂșn2020-09-24
| | | | | | | Fix install phase for this package: use variable GO_PKG_BUILD_BIN_DIR instead of GO_PKG_BUILD_DIR. Signed-off-by: Marek BehĂșn <kabel@blackhole.sk>
* ctop: don't build on mipselEneas U de Queiroz2020-05-23
| | | | | | | The current version fails to build on mips and also on mipsel, but the the latter is not masked. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* ctop: top-like interface for container metricsJavier Marcet2020-03-06
Signed-off-by: Javier Marcet <javier@marcet.info>