Browse Source

Merge pull request #4591 from commodo/ovs-upgrade-2-7-1

openvswitch: bump to version 2.7.1
lilik-openwrt-22.03
champtar 7 years ago
committed by GitHub
parent
commit
1a740145f3
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      net/openvswitch/Makefile

+ 5
- 4
net/openvswitch/Makefile View File

@ -12,8 +12,8 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=openvswitch
PKG_RELEASE:=2
PKG_VERSION:=2.7.0
PKG_RELEASE:=1
PKG_VERSION:=2.7.1
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=COPYING
@ -21,9 +21,10 @@ PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://openvswitch.org/releases/
PKG_HASH:=e492cf08a929b4a2178b7f9b01dc4ff562f44138b547b4e942078187b2445d2e
PKG_HASH:=b0458cb2a7206f8e5802a524297c9f0569c01ae4bf91037a4dff37dcd0e2a84a
PKG_BUILD_DEPENDS:=python/host python-six/host CONFIG_PACKAGE_openvswitch-python
PKG_BUILD_DEPENDS:=python/host python-six/host
PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_openvswitch-python
PKG_BUILD_PARALLEL:=1
PKG_FIXUP:=autoreconf


Loading…
Cancel
Save