Obsolete unused backup project such as OK6410
guowenxue
2019-08-02 65dc3d972e8281fd8625ffd37b2e67994557f88d
ok335xD/3rdparty/openssl/build.sh
@@ -9,6 +9,8 @@
PREFIX_PATH=`pwd`/../install
LYFTP_SRC=ftp://master.iot-yun.club/src/
if [ -z $CROSSTOOL ] ; then
   CROSSTOOL=/opt/crosstool/cortex-a7/bin/arm-linux-gnueabi-
fi
@@ -65,7 +67,8 @@
    
    msg_banner "Start cross compile $SRC_NAME " 
    if [ ! -f ${SRC_NAME}.${PACK_SUFIX} ] ; then 
        wget https://www.openssl.org/source/${SRC_NAME}.${PACK_SUFIX}
        #wget https://www.openssl.org/source/${SRC_NAME}.${PACK_SUFIX}
        wget ${LYFTP_SRC}/${SRC_NAME}.${PACK_SUFIX}
        check_result "ERROR: download ${SRC_NAME} failure"
    fi