From 59611303fb70a739544c280177f315bf1508d761 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Thu, 5 May 2016 15:19:49 -0500 Subject: Switch to using nexus.fd.io for dpdk tarball Change-Id: I9751cbb9137627491ee4bd03e0318429327c0bd8 Signed-off-by: Ed Warnicke --- dpdk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpdk/Makefile b/dpdk/Makefile index fadbb26831e..5d05e6af2d1 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -24,7 +24,7 @@ DPDK_DEBUG ?= n B := $(DPDK_BUILD_DIR) I := $(DPDK_INSTALL_DIR) DPDK_VERSION ?= 16.04 -DPDK_BASE_URL ?= http://dpdk.org/browse/dpdk/snapshot +DPDK_BASE_URL ?= https://nexus.fd.io/content/repositories/thirdparty/ DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.gz DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL) DPDK_2.1.0_TARBALL_MD5_CKSUM := 205a0d12bfd6eb717d57506272f43519 -- cgit 1.2.3-korg