Commit Graph

11 Commits

Author SHA1 Message Date
Andre Heider 565866a472 treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16
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>
2023-04-08 08:38:54 +02:00
Paul Fertser 1e8584dc58 treewide: quote CC and CXX
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>
2023-01-20 17:44:14 -08:00
Javier Marcet eb426b3322 ctop: update to 0.7.7
- 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>
2022-03-30 09:04:49 +03:00
Javier Marcet c76b09f810 ctop: update to 0.7.6
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-07-23 22:57:53 +02:00
Rosen Penev 81611d1fc3
ctop: update to 0.7.5
Remove depends as MIPS is supported now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-07 14:35:25 -08:00
Javier Marcet 5158b1a694 ctop: update to v0.7.4
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-11-01 13:40:13 +01:00
Rosen Penev d625b6ddd0 ctop: match ARCH with docker-ce
Only makes sense as ctop uses docker-ce.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-08 01:41:12 -07:00
Jeffery To 9074dbd917
golang: Share build cache across package builds
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>
2020-10-06 16:28:06 +08:00
Marek Behún 4a9e047de6 ctop: fix install phase
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>
2020-09-24 03:12:45 +02:00
Eneas U de Queiroz 94b646ddad
ctop: don't build on mipsel
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>
2020-05-23 17:21:53 -03:00
Javier Marcet 287c145c5e ctop: top-like interface for container metrics
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-03-06 12:31:42 +01:00