From b51b59fe90399c50cc93de735ce9c8c5be422ab6 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 11 Nov 2020 11:03:01 +0000 Subject: [PATCH] cni: set PKG_USE_MIPS16:=0 Compiling cni failes due to MIPS16 somehow. Disable it. Signed-off-by: Daniel Golle --- utils/cni/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/cni/Makefile b/utils/cni/Makefile index e428ad6288..895c6d2aad 100644 --- a/utils/cni/Makefile +++ b/utils/cni/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cni PKG_VERSION:=0.8.0 -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