diff options
author | yalei wang <wylandrea@gmail.com> | 2018-11-21 03:11:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2018-11-21 03:11:22 +0000 |
commit | 95be8358d7426b815fbd1224fe71b4486a56aaac (patch) | |
tree | db79ead6fbb91770f45dfb998b7dc3df726c5100 /stacks | |
parent | 3359217b31c63d8d93c7ab33c9a7964179a78d07 (diff) | |
parent | d4b0a17bcd1be6478523ccc0ff25c057ff40f511 (diff) |
Merge "Test:Test cases for file transfer and fork for both kernel and lwip_stacks."
Diffstat (limited to 'stacks')
-rwxr-xr-x | stacks/lwip_stack/release/lwip_helper_files/download_lwip.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stacks/lwip_stack/release/lwip_helper_files/download_lwip.sh b/stacks/lwip_stack/release/lwip_helper_files/download_lwip.sh index 316859b..bbb8afb 100755 --- a/stacks/lwip_stack/release/lwip_helper_files/download_lwip.sh +++ b/stacks/lwip_stack/release/lwip_helper_files/download_lwip.sh @@ -23,7 +23,7 @@ echo $LWIP_DOWNLOAD_DIR if [ ! -d "${LWIP_DOWNLOAD_DIR}/lwip/" ]; then mkdir -p ${LWIP_DOWNLOAD_DIR}/lwip/ cd ${LWIP_DOWNLOAD_DIR}/ - wget -N --no-check-certificate http://download.savannah.nongnu.org/releases/lwip/lwip-2.0.3.zip + wget -N --no-check-certificate http://download-mirror.savannah.nongnu.org/releases/lwip/lwip-2.0.3.zip unzip ${LWIP_DOWNLOAD_DIR}/lwip-2.0.3.zip "lwip-2.0.3/src/*" -d ${LWIP_DOWNLOAD_DIR}/lwip mv ${LWIP_DOWNLOAD_DIR}/lwip/lwip-2.0.3/src/* ${LWIP_DOWNLOAD_DIR}/lwip/ rm -rf ${LWIP_DOWNLOAD_DIR}/lwip/lwip-2.0.3/ @@ -32,4 +32,4 @@ if [ ! -d "${LWIP_DOWNLOAD_DIR}/lwip/" ]; then cp -r ${SCRIPT_DIR}/core/* ${LWIP_DOWNLOAD_DIR}/lwip/core/ cp -r ${SCRIPT_DIR}/include/* ${LWIP_DOWNLOAD_DIR}/lwip/include/lwip/ mv ${LWIP_DOWNLOAD_DIR}/lwip/include/lwip/errno.h ${LWIP_DOWNLOAD_DIR}/lwip/include/lwip/lwip_errno.h -fi
\ No newline at end of file +fi |