Skip to content

Commit 998d456

Browse files
tkms1122apanda
authored andcommitted
Download link for DPDK source moved permanently (#102)
1 parent c03bf0f commit 998d456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3rdparty/get-dpdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "Using configuration ${CONFIG_FILE}${CONFIG_PFX}"
1515
if [ "$MODE" = "download" ]; then
1616
if [ ! -e "$DOWNLOAD_PATH" ]; then
1717
echo Fetching "http://dpdk.org/browse/dpdk/snapshot/dpdk-${DPDK_VER}.tar.gz"
18-
curl http://dpdk.org/browse/dpdk/snapshot/dpdk-${DPDK_VER}.tar.gz -o "${DOWNLOAD_PATH}"
18+
curl http://git.dpdk.org/dpdk/snapshot/dpdk-${DPDK_VER}.tar.gz -o "${DOWNLOAD_PATH}"
1919
fi
2020
if [ ! -d "${DPDK_RESULT}" ]; then
2121
mkdir -p ${DPDK_RESULT}

0 commit comments

Comments
 (0)