From 1fc63aca11ea45346022b9efbcb2916fb854e34d Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 19 Aug 2024 10:14:00 +0800
Subject: [PATCH] update third party build shell script for cross compiler and LingYun source code

---
 3rdparty/qt/tslib/build.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/3rdparty/qt/tslib/build.sh b/3rdparty/qt/tslib/build.sh
index 526c9f0..75237ff 100755
--- a/3rdparty/qt/tslib/build.sh
+++ b/3rdparty/qt/tslib/build.sh
@@ -10,8 +10,8 @@
 PROJ_PATH=`pwd`/..
 INST_PATH=${PROJ_PATH}/../install
 
-CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux-
-LYFTP_SRC=ftp://master.iot-yun.club/src/
+CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf-
+LYFTP_SRC=http://master.weike-iot.com:2211/src/
 
 function msg_banner()
 {

--
Gitblit v1.9.1