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/appweb/build.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/appweb/build.sh b/3rdparty/appweb/build.sh index 3a91d6b..86bbd56 100755 --- a/3rdparty/appweb/build.sh +++ b/3rdparty/appweb/build.sh @@ -14,9 +14,9 @@ mkdir -p $PREFIX_PATH/{bin,modules} -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- TARBALL=appweb_cortexa5.tar.bz2 -- Gitblit v1.9.1