mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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>
This commit is contained in:
Binary file not shown.
+1
-1
@@ -25,7 +25,7 @@ define Package/ctop
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Top-like interface for container metrics
|
TITLE:=Top-like interface for container metrics
|
||||||
URL:=https://ctop.sh/
|
URL:=https://ctop.sh/
|
||||||
DEPENDS:=$(GO_ARCH_DEPENDS) @!mips
|
DEPENDS:=$(GO_ARCH_DEPENDS) @!mips @!mipsel
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ctop/description
|
define Package/ctop/description
|
||||||
|
|||||||
Reference in New Issue
Block a user