Browse Source

Merge pull request #12264 from cotequeiroz/ctop-mipsel

ctop: don't build on mipsel
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
e24cf0039b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/ctop/Makefile

+ 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