diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-08-23 16:33:19 +0300 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2021-09-22 20:40:45 +0800 |
commit | c05103da92ecb00545d591840eae688452f350c2 (patch) | |
tree | a0860c66eadda04b0faeecb91da308f080aef707 /net/openvswitch/Makefile | |
parent | 1a400370c04c5d8f8a15dda492d6915764da5b92 (diff) |
openvswitch: add option for OpenFlow datapath desc
Add a UCI config option to set the OpenFlow datapath description. This
allows setting a human readable description of the bridge, e.g.
"Building x, Floor y, AP z", which makes it easier to recognize the AP.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'net/openvswitch/Makefile')
-rw-r--r-- | net/openvswitch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 6883ba4ba..f8f99a1e6 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -17,7 +17,7 @@ include ./openvswitch.mk # PKG_NAME:=openvswitch PKG_VERSION:=$(ovs_version) -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.openvswitch.org/releases/ PKG_HASH:=7d5797f2bf2449c6a266149e88f72123540f7fe7f31ad52902057ae8d8f88c38 |