diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-10-28 15:55:39 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-11-04 08:50:34 +0100 |
commit | 7184a471eff401839f7ac458a1e9a98060c184f4 (patch) | |
tree | 1828933cce60acfdb429e37af38b2c3000a8f46d /net/openvswitch/Makefile | |
parent | 1db50a61317a32862d9e6119d3cd3bda26c963e5 (diff) |
openvswitch: use new extra_command function definition
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
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 8a9f6c0e5..8e9bbf298 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:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.openvswitch.org/releases/ PKG_HASH:=4171e52a8c0ffe160c1daa6687219d902a2a6969b296d223d8dac980ab99a260 |