From 4795b818841800e0cd9b988d3378aa92850a6e40 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 18 Sep 2014 14:47:41 +0200 Subject: [PATCH] openvswitch: disable MIPS16 Signed-off-by: Steven Barth --- net/openvswitch/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 1ac882632..e607d0fe7 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -16,6 +16,7 @@ PKG_VERSION:=2.3.0 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILE:=COPYING +PKG_USE_MIPS16:=0 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/openvswitch/ovs