aboutsummaryrefslogtreecommitdiffstats
path: root/dpdk/Makefile
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2017-02-28 23:26:30 +0100
committerDamjan Marion <damarion@cisco.com>2017-02-28 23:26:30 +0100
commitf7c379403a98cf060d28bac24916c51067c4ec90 (patch)
tree2abcefb884b9a9894a8319c243b5b0fc223eea82 /dpdk/Makefile
parent7100b9cc6f1342a320c372bf746ae85cf815c41b (diff)
dpdk: retire support for dpdk 16.07
Change-Id: I8585552c026415340fe9fd0458cb8450da3c4ae2 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'dpdk/Makefile')
-rw-r--r--dpdk/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile
index f8c85c96..8e187cc2 100644
--- a/dpdk/Makefile
+++ b/dpdk/Makefile
@@ -29,7 +29,6 @@ PKG_SUFFIX ?= vpp1
DPDK_BASE_URL ?= http://fast.dpdk.org/rel
DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.xz
DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL)
-DPDK_16.07_TARBALL_MD5_CKSUM := 690a2bb570103e58d12f9806e8bf21be
DPDK_16.11_TARBALL_MD5_CKSUM := 06c1c577795360719d0b4fafaeee21e9
DPDK_17.02_TARBALL_MD5_CKSUM := 6b9f7387c35641f4e8dbba3e528f2376
DPDK_SOURCE := $(B)/dpdk-$(DPDK_VERSION)