From be98d13782b05e7659f601980ef695a493d6bee1 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 21 Aug 2024 17:29:28 +0800 Subject: [PATCH] Add infrared source code --- 3rdparty/libressl/build.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/libressl/build.sh b/3rdparty/libressl/build.sh index 68b8388..317705f 100755 --- a/3rdparty/libressl/build.sh +++ b/3rdparty/libressl/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