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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|