diff --git a/build-devkit.sh b/build-devkit.sh index ad97ef6..3630ffe 100644 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -164,7 +164,7 @@ else exit fi - wget -c $NEWLIB_URL + wget --passive-ftp -c $NEWLIB_URL if [ ! -f $NEWLIB ] then echo "Error: Failed to download "$NEWLIB