Skip to content

Commit

Permalink
Download link for DPDK source moved permanently (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkms1122 authored and apanda committed Jan 18, 2019
1 parent c03bf0f commit 998d456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/get-dpdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "Using configuration ${CONFIG_FILE}${CONFIG_PFX}"
if [ "$MODE" = "download" ]; then
if [ ! -e "$DOWNLOAD_PATH" ]; then
echo Fetching "http://dpdk.org/browse/dpdk/snapshot/dpdk-${DPDK_VER}.tar.gz"
curl http://dpdk.org/browse/dpdk/snapshot/dpdk-${DPDK_VER}.tar.gz -o "${DOWNLOAD_PATH}"
curl http://git.dpdk.org/dpdk/snapshot/dpdk-${DPDK_VER}.tar.gz -o "${DOWNLOAD_PATH}"
fi
if [ ! -d "${DPDK_RESULT}" ]; then
mkdir -p ${DPDK_RESULT}
Expand Down

0 comments on commit 998d456

Please sign in to comment.