We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03bf0f commit 998d456Copy full SHA for 998d456
3rdparty/get-dpdk.sh
@@ -15,7 +15,7 @@ echo "Using configuration ${CONFIG_FILE}${CONFIG_PFX}"
15
if [ "$MODE" = "download" ]; then
16
if [ ! -e "$DOWNLOAD_PATH" ]; then
17
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}"
+ curl http://git.dpdk.org/dpdk/snapshot/dpdk-${DPDK_VER}.tar.gz -o "${DOWNLOAD_PATH}"
19
fi
20
if [ ! -d "${DPDK_RESULT}" ]; then
21
mkdir -p ${DPDK_RESULT}
0 commit comments