mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #12264 from cotequeiroz/ctop-mipsel
ctop: don't build on mipsel
This commit is contained in:
+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