diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-10-25 03:02:50 +0200 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-10-25 11:15:50 +0800 |
commit | 00eda4bb0d9c4784bee8bf0ba87c02f954f5936e (patch) | |
tree | 1073413da0580fdc221afc58f426dea6700e6bfa /net/openvswitch/Makefile | |
parent | eb5a9990edb91c3b30a636353d85499cf53d5653 (diff) |
openvswitch: backport patch to fix compilation
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
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 819e0a34d..d50425702 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/kernel.mk # PKG_NAME:=openvswitch PKG_VERSION:=2.12.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.openvswitch.org/releases/ PKG_HASH:=13fd42703180b4b1146c7e97926d09225485868cc2fbbd58dc0c421b4b8fe8f8 |