diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2021-02-21 18:49:10 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2021-02-24 20:36:27 +0800 |
commit | f4f1a25e80f589fa2b3f5a58dfe3998cc99f402a (patch) | |
tree | a6bc10e840d227bd14d9bd59ff0cab71722e8680 /net/openvswitch/openvswitch.mk | |
parent | a2b08b5cbfb655d853a92f845d7e93e6b4031456 (diff) |
openvswitch: bump to version 2.15.0
Quote NEWS item
> - Building the Linux kernel module from the OVS source tree is
> deprecated
> * Support for the Linux kernel is capped at version 5.8
> * Only bug fixes for the Linux OOT kernel module will be accepted.
> * The Linux kernel module will be fully removed from the OVS source
> tree
> in OVS branch 2.18
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/openvswitch/openvswitch.mk')
-rw-r--r-- | net/openvswitch/openvswitch.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/openvswitch.mk b/net/openvswitch/openvswitch.mk index 85ce43ac9..8d9573127 100644 --- a/net/openvswitch/openvswitch.mk +++ b/net/openvswitch/openvswitch.mk @@ -5,7 +5,7 @@ # Versions -ovs_version:=2.14.0 +ovs_version:=2.15.0 ovs_builddir=$(KERNEL_BUILD_DIR)/openvswitch-$(ovs_version) # Shared vars, macros |