diff options
Diffstat (limited to 'src/package-list.mk')
-rw-r--r-- | src/package-list.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/package-list.mk b/src/package-list.mk index 8eb96321..ca163503 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -10,8 +10,8 @@ DPDK_TAG ?= v2.1.0 # OVS section OVS_URL ?= https://github.com/openvswitch/ovs -OVS_TAG ?= master +OVS_TAG ?= 32756a57d59d4f8161b9578b7df42edf51ff807c # QEMU section QEMU_URL ?= https://github.com/qemu/qemu.git -QEMU_TAG ?= v2.2.1 +QEMU_TAG ?= v2.3.0 |