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 4 years ago
parent
commit
94b646ddad
No known key found for this signature in database GPG Key ID: 1EB043ABD7ACF202
2 changed files with 1 additions and 1 deletions
  1. BIN
      utils/ctop/.Makefile.swp
  2. +1
    -1
      utils/ctop/Makefile

BIN
utils/ctop/.Makefile.swp View File


+ 1
- 1
utils/ctop/Makefile View 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


Loading…
Cancel
Save