From 0aacac3dbb746dfe98179d0366bc8dc9638bd383 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 03 Aug 2019 00:15:59 +0800
Subject: [PATCH] update rootfs, update and add more command and add apps auto mount

---
 ok335xD/3rdparty/file/build.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ok335xD/3rdparty/file/build.sh b/ok335xD/3rdparty/file/build.sh
index 604c39e..eecd69a 100755
--- a/ok335xD/3rdparty/file/build.sh
+++ b/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
 

--
Gitblit v1.9.1