diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/package-list.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/package-list.mk b/src/package-list.mk index 5aa40bd2..6eb43b8b 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -6,13 +6,11 @@ # dpdk section # DPDK_URL ?= git://dpdk.org/dpdk DPDK_URL ?= http://dpdk.org/git/dpdk -DPDK_TAG ?= v16.04 +DPDK_TAG ?= v16.07 # OVS section OVS_URL ?= https://github.com/openvswitch/ovs -#The Tag below is for OVS v2.5.0 with backwards compatibility support for Qemu -#versions < 2.5. -OVS_TAG ?= 31871ee3839c35e6878debfc7926afa471dbdec6 +OVS_TAG ?= ed26e3ea9995ba632e681d5990af5ee9814f650e # QEMU section QEMU_URL ?= https://github.com/qemu/qemu.git |