ctop: don't build on mipsel
authorEneas U de Queiroz <redacted>
Sat, 23 May 2020 20:19:00 +0000 (17:19 -0300)
committerEneas U de Queiroz <redacted>
Sat, 23 May 2020 20:21:53 +0000 (17:21 -0300)
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 <redacted>
utils/ctop/.Makefile.swp [deleted file]
utils/ctop/Makefile

diff --git a/utils/ctop/.Makefile.swp b/utils/ctop/.Makefile.swp
deleted file mode 100644 (file)
index 7753646..0000000
Binary files a/utils/ctop/.Makefile.swp and /dev/null differ
index 6501b0fb4c725f6632709ffc6af9e207178a1474..8fb02fe91179cd13822241b08731a8d8874af6c5 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT