diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2024-02-05 03:14:38 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2024-02-22 09:31:44 +0800 |
commit | 7ccbb9a66cfadba035e2ad95a7931877e5faf504 (patch) | |
tree | b03b894e7b22b5632604f5576f10e435c58a6c34 /net/openvswitch/Makefile | |
parent | 30fe2d99ab0c4826b06890c18ea34415b6820b44 (diff) |
openvswitch: bump to 2.17.9
Refresh and backport patches so that
- ./python path in the source code takes precedence over the same dir in hostpkg
- OVN LTS version 22.03.5 which depends on Open vSwitch 3.0 can compile
with Open vSwitch 2.17
Fixes: https://github.com/openwrt/packages/issues/22744
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/openvswitch/Makefile')
-rw-r--r-- | net/openvswitch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 43b8bfaf5..cf27b0e99 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -17,10 +17,10 @@ include ./openvswitch.mk # PKG_NAME:=openvswitch PKG_VERSION:=$(ovs_version) -PKG_RELEASE:=3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.openvswitch.org/releases/ -PKG_HASH:=e03bfab7ca82d81a7d3a36de4f390a3b5210e3f39657671f922877cd4ea6dc73 +PKG_HASH:=e1b3fa472676626853f22d63f959e5ad061e1bf57e1bbd444d0ed88f947ef8b1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |