From f7889e2ceddbc3e15ea4b5377d831f4432169f76 Mon Sep 17 00:00:00 2001
From: Guo Wenxue <guowenxue@gmail.com>
Date: Sat, 04 Jan 2025 16:26:42 +0800
Subject: [PATCH] Update iotd program configure file

---
 project/openlibs/libgpiod/build.sh |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/project/openlibs/libgpiod/build.sh b/project/openlibs/libgpiod/build.sh
index 7811ddc..bff5124 100755
--- a/project/openlibs/libgpiod/build.sh
+++ b/project/openlibs/libgpiod/build.sh
@@ -1,4 +1,6 @@
 #!/bin/bash
+# Build depends system tools:
+#    sudo apt install -y automake texinfo libtool
 
 # library name and version
 # Official: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
@@ -6,7 +8,7 @@
 PACK_SUFIX=tar.gz
 
 # LingYun source code FTP server
-LY_FTP=http://main.iot-yun.club:2211/src/
+LY_FTP=http://main.weike-iot.com:2211/src/
 
 # library download URL address
 LIB_URL=$LY_FTP

--
Gitblit v1.9.1