diff options
author | Steven Barth <steven@midlink.org> | 2014-09-18 14:47:41 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-09-18 14:47:41 +0200 |
commit | 4795b818841800e0cd9b988d3378aa92850a6e40 (patch) | |
tree | 8ece91c77e58af700b860f4ebd3a3d26c007c10e /net | |
parent | 253c47ff3da3651eb7f235d9cf72b1be5bca7a2c (diff) |
openvswitch: disable MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/openvswitch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |