diff options
Diffstat (limited to 'src')
-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 ca163503..4bd1159b 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -6,11 +6,11 @@ # dpdk section # DPDK_URL ?= git://dpdk.org/dpdk DPDK_URL ?= http://dpdk.org/git/dpdk -DPDK_TAG ?= v2.1.0 +DPDK_TAG ?= v2.2.0 # OVS section OVS_URL ?= https://github.com/openvswitch/ovs -OVS_TAG ?= 32756a57d59d4f8161b9578b7df42edf51ff807c +OVS_TAG ?= 02ab4b1a6a173979a51cabd7000a34546d517e60 # QEMU section QEMU_URL ?= https://github.com/qemu/qemu.git |