Browse Source
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>
lilik-openwrt-22.03
Eneas U de Queiroz
5 years ago
No known key found for this signature in database
GPG Key ID: 1EB043ABD7ACF202
2 changed files with
1 additions and
1 deletions
BIN
utils/ctop/.Makefile.swp
utils/ctop/Makefile
@ -25,7 +25,7 @@ define Package/ctop
CATEGORY:= Utilities
TITLE:= Top-like interface for container metrics
URL:= https://ctop.sh/
DEPENDS:= $( GO_ARCH_DEPENDS) @!mips
DEPENDS:= $( GO_ARCH_DEPENDS) @!mips @!mipsel
e n d e f
d e f i n e P a c k a g e / c t o p / d e s c r i p t i o n