Browse Source

openvswitch: bump to 2.15.3

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit f8c8348f32)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Stijn Tintel 2 years ago
committed by Yousong Zhou
parent
commit
7817cf4422
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      net/openvswitch/Makefile
  2. +1
    -1
      net/openvswitch/openvswitch.mk
  3. +1
    -1
      net/openvswitch/patches/0001-netdev-linux-Let-interface-flag-survive-internal-por.patch

+ 1
- 1
net/openvswitch/Makefile View File

@ -20,7 +20,7 @@ PKG_VERSION:=$(ovs_version)
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.openvswitch.org/releases/
PKG_HASH:=7d5797f2bf2449c6a266149e88f72123540f7fe7f31ad52902057ae8d8f88c38
PKG_HASH:=015e77a520c380b080b3fb5a4c73e34ef40c08aa05d7049c73719db75b6adc79
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE


+ 1
- 1
net/openvswitch/openvswitch.mk View File

@ -5,7 +5,7 @@
# Versions
ovs_version:=2.15.0
ovs_version:=2.15.3
ovs_builddir=$(KERNEL_BUILD_DIR)/openvswitch-$(ovs_version)
# Shared vars, macros


+ 1
- 1
net/openvswitch/patches/0001-netdev-linux-Let-interface-flag-survive-internal-por.patch View File

@ -18,7 +18,7 @@ Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
--- a/lib/netdev-linux.c
+++ b/lib/netdev-linux.c
@@ -3469,7 +3469,13 @@ update_flags(struct netdev_linux *netdev
@@ -3485,7 +3485,13 @@ update_flags(struct netdev_linux *netdev
unsigned int old_flags, new_flags;
int error = 0;


Loading…
Cancel
Save