From 5e7050e3c9ec8c1e35a80f9cdd1ab0c918f3e060 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 21 Aug 2024 16:32:06 +0800 Subject: [PATCH] Add relay source code --- 3rdparty/zlib/build.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/zlib/build.sh b/3rdparty/zlib/build.sh index bc06b5b..cbc1a96 100755 --- a/3rdparty/zlib/build.sh +++ b/3rdparty/zlib/build.sh @@ -9,9 +9,9 @@ PREFIX_PATH=`pwd`/../install/ -LYFTP_SRC=ftp://master.iot-yun.club/src/ +LYFTP_SRC=http://master.weike-iot.com:2211/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf- function msg_banner() { -- Gitblit v1.9.1