diff options
Diffstat (limited to 'src/package-list.mk')
-rw-r--r-- | src/package-list.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/package-list.mk b/src/package-list.mk index a64489da..3ec60210 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -6,7 +6,10 @@ # dpdk section # DPDK_URL ?= git://dpdk.org/dpdk DPDK_URL ?= http://dpdk.org/git/dpdk -DPDK_TAG ?= v16.04 +DPDK_TAG ?= v16.07 + +LIBPQOS_URL ?= https://github.com/01org/intel-cmt-cat.git +LIBPQOS_TAG ?= master # collectd section COLLECTD_URL ?= https://github.com/collectd/collectd |