From: Rosen Penev Date: Thu, 8 Oct 2020 08:41:12 +0000 (-0700) Subject: ctop: match ARCH with docker-ce X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d625b6ddd01656c66f87c4dfbe3f06ee7287f5e7;p=feed%2Fpackages.git ctop: match ARCH with docker-ce Only makes sense as ctop uses docker-ce. Signed-off-by: Rosen Penev --- diff --git a/utils/ctop/Makefile b/utils/ctop/Makefile index 85242dbe5c..3072544c7b 100644 --- a/utils/ctop/Makefile +++ b/utils/ctop/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ctop PKG_VERSION:=0.7.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/bcicen/ctop/archive @@ -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 @!mipsel + DEPENDS:=$(GO_ARCH_DEPENDS) @(aarch64||arm||x86_64) endef define Package/ctop/description