ok335xD/3rdparty/file/build.sh
@@ -9,6 +9,8 @@ PREFIX_PATH=`pwd`/../install/bin LYFTP_SRC=ftp://master.iot-yun.club/src/ if [ -z $CROSSTOOL ] ; then CROSSTOOL=/opt/crosstool/cortex-a7/bin/arm-linux-gnueabi- fi @@ -67,7 +69,8 @@ msg_banner "Start cross compile $SRC_NAME " if [ ! -f ${SRC_NAME}.${PACK_SUFIX} ] ; then wget ftp://ftp.astron.com/pub/file/${SRC_NAME}.${PACK_SUFIX} #wget ftp://ftp.astron.com/pub/file/${SRC_NAME}.${PACK_SUFIX} wget ${LYFTP_SRC}/${SRC_NAME}.${PACK_SUFIX} check_result "ERROR: download ${SRC_NAME} failure" fi