RaspberrPi project source code
Guo Wenxue
2024-07-06 f67df94069569d193ee2cc8d70dd9747cc2574a4
Update openlibs build shell script for FTP server

Signed-off-by: Guo Wenxue <guowenxue@gmail.com>
5 files modified
12 ■■■■■ changed files
project/openlibs/cjson/build.sh 2 ●●● patch | view | raw | blame | history
project/openlibs/libevent/build.sh 2 ●●● patch | view | raw | blame | history
project/openlibs/libgpiod/build.sh 4 ●●● patch | view | raw | blame | history
project/openlibs/mosquitto/build.sh 2 ●●● patch | view | raw | blame | history
project/openlibs/openssl/build.sh 2 ●●● patch | view | raw | blame | history
project/openlibs/cjson/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
project/openlibs/libevent/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
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
project/openlibs/mosquitto/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
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