diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-03-17 13:31:03 +0200 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2022-03-23 11:21:46 +0800 |
commit | cf1e1468588d69f413fc1305a3bdf811197551e6 (patch) | |
tree | 4e5769090b2cea554c7b36fdb8f54fe3f7bf4761 /net/openvswitch/Makefile | |
parent | 47748e29dc486661dfffcf0e931d86a33bfc6ac9 (diff) |
openvswitch: enable AUTORELEASE
Enable AUTORELEASE in a separate commit so that the next commit can be
reverted without having to manually re-introduce it.
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 2b846f625..21bdaf42c 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:=11 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.openvswitch.org/releases/ PKG_HASH:=7d5797f2bf2449c6a266149e88f72123540f7fe7f31ad52902057ae8d8f88c38 |