From: Eneas U de Queiroz Date: Sat, 23 May 2020 20:19:00 +0000 (-0300) Subject: ctop: don't build on mipsel X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=94b646ddad16d386924be97159c9924041789b95;p=openwrt-packages.git 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 --- diff --git a/utils/ctop/.Makefile.swp b/utils/ctop/.Makefile.swp deleted file mode 100644 index 775364661..000000000 Binary files a/utils/ctop/.Makefile.swp and /dev/null differ diff --git a/utils/ctop/Makefile b/utils/ctop/Makefile index 6501b0fb4..8fb02fe91 100644 --- a/utils/ctop/Makefile +++ b/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 endef define Package/ctop/description