allow passive FTP
[summon-arm-toolchain.git] / summon-arm-toolchain
index 94ea5dae92dbbb776449e8cbd9aa91abe77e5a8e..4a22be18bb9851cd528b4147cc9967b30e68701a 100755 (executable)
@@ -155,7 +155,7 @@ esac
 function fetch {
     if [ ! -e ${STAMPS}/$1.fetch ]; then
         log "Downloading $1 sources..."
-        wget -c --no-passive-ftp $2
+        wget -c $2
         touch ${STAMPS}/$1.fetch
     fi
 }