mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user