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>
This commit is contained in:
parent
6607eeb96b
commit
94b646ddad
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -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
|
||||
endef
|
||||
|
||||
define Package/ctop/description
|
||||
|
|
Loading…
Reference in a new issue