From aed97243eed1b2325aa938c2011b4ad51deb1e89 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 11 Nov 2020 11:03:51 +0000 Subject: [PATCH] cni-plugins: set PKG_USE_MIPS16:=0 cni-plugins fail to compile due to MIPS16 instructions somehow. Don't use them. Signed-off-by: Daniel Golle --- utils/cni-plugins/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/cni-plugins/Makefile b/utils/cni-plugins/Makefile index 861c42668d..db9c61d290 100644 --- a/utils/cni-plugins/Makefile +++ b/utils/cni-plugins/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cni-plugins PKG_VERSION:=0.8.7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -14,6 +14,7 @@ PKG_MAINTAINER:=Daniel Golle , Paul Spooren