diff options
Diffstat (limited to 'dpdk/Makefile')
-rw-r--r-- | dpdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |