From 00394f239e79cbfe0af36eb11c02290ac76e56e2 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 22 Aug 2024 17:50:02 +0800 Subject: [PATCH] move api to modules --- 3rdparty/lrzsz/build.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/lrzsz/build.sh b/3rdparty/lrzsz/build.sh index 2f65223..64098b8 100755 --- a/3rdparty/lrzsz/build.sh +++ b/3rdparty/lrzsz/build.sh @@ -10,9 +10,9 @@ PRJ_PATH=`pwd` 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