From 7d9973022f5417a9fbd11f25536186f1cac5d38b Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 23 Feb 2025 10:52:55 +0800
Subject: [PATCH] update modules makefile to support build libgpiod on x86

---
 project/openlibs/openssl/build.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/project/openlibs/openssl/build.sh b/project/openlibs/openssl/build.sh
index 244da93..547556d 100755
--- a/project/openlibs/openssl/build.sh
+++ b/project/openlibs/openssl/build.sh
@@ -6,7 +6,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