containerd: remove non MIPS depends
authorRosen Penev <redacted>
Thu, 7 Jan 2021 23:58:47 +0000 (15:58 -0800)
committerRosen Penev <redacted>
Fri, 8 Jan 2021 00:04:00 +0000 (16:04 -0800)
MIPS is supported now.

Signed-off-by: Rosen Penev <redacted>
utils/containerd/Makefile

index e311cd064b432750b0e0eaacec0d226d6def6377..2ed0a1f879ce85c3eaac9073a92c0eb608ddb0c2 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=containerd
 PKG_VERSION:=1.4.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE
 
@@ -27,7 +27,7 @@ define Package/containerd
   CATEGORY:=Utilities
   TITLE:=containerd container runtime
   URL:=https://containerd.io/
-  DEPENDS:=$(GO_ARCH_DEPENDS) @(aarch64||arm||x86_64) +btrfs-progs +runc
+  DEPENDS:=$(GO_ARCH_DEPENDS) +btrfs-progs +runc
   MENU:=1
 endef
 
git clone https://git.99rst.org/PROJECT