From 16b70f20e99ca56e062c7d24672652a0f62634cc Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 19 Sep 2021 17:25:03 +0200 Subject: [PATCH] Revert "openflow: update to 2.16.0" This reverts commit 8b2b5a32d1adfab1e180f3e167c4eb22aabb33e1. Fixes: WIFI-4199 Signed-off-by: John Crispin --- feeds/openflow/openvswitch/Makefile | 2 +- feeds/openflow/openvswitch/openvswitch.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/feeds/openflow/openvswitch/Makefile b/feeds/openflow/openvswitch/Makefile index fe7654f2a..2772b64d5 100644 --- a/feeds/openflow/openvswitch/Makefile +++ b/feeds/openflow/openvswitch/Makefile @@ -20,7 +20,7 @@ PKG_VERSION:=$(ovs_version) PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.openvswitch.org/releases/ -PKG_HASH:=55e3b7e59b3e52eeecccc783266be39780e1f693c0a974f180b4ec8256f48d6a +PKG_HASH:=7d5797f2bf2449c6a266149e88f72123540f7fe7f31ad52902057ae8d8f88c38 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE diff --git a/feeds/openflow/openvswitch/openvswitch.mk b/feeds/openflow/openvswitch/openvswitch.mk index ec7fd9ec2..8d9573127 100644 --- a/feeds/openflow/openvswitch/openvswitch.mk +++ b/feeds/openflow/openvswitch/openvswitch.mk @@ -5,7 +5,7 @@ # Versions -ovs_version:=2.16.0 +ovs_version:=2.15.0 ovs_builddir=$(KERNEL_BUILD_DIR)/openvswitch-$(ovs_version) # Shared vars, macros