Compare commits

..
Author SHA1 Message Date
xopenwrt 9246effd09 add build check 2026-08-31 22:59:22 +08:00
xopenwrt 9bc8ff1288 fix 2026-08-30 22:27:13 +08:00
xopenwrt c3b77b9bd3 test 2026-08-30 22:24:07 +08:00
xopenwrt 2b9e22a351 fix 2026-08-30 22:22:17 +08:00
xopenwrt 13e85ab847 fix adguardhome err 2026-06-14 15:16:40 +08:00
xopenwrt b6ca8b944c add err log 2026-06-14 12:45:37 +08:00
xopenwrt 61444d2c11 disable lede adguardhome 2026-06-13 18:21:49 +08:00
6 changed files with 16 additions and 3 deletions
+5 -1
View File
@@ -216,10 +216,14 @@ jobs:
rm -rf package/feeds/luci/applications/luci-app-passwall
rm package/feeds/packages/adguardhome -rf
rm feeds/packages/net/adguardhome -rf
rm feeds/luci/applications/luci-app-adguardhome -rf
ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome
# 2024.03.03 mosdns build fail by golang 1.22
sed -i 's/CGO_ENABLED=0/CGO_ENABLED=1/g' feeds/packages/net/mosdns/Makefile
make -j4 | tee ./build_log.log || make -j1 V=s
make -j4 2>&1 | tee build_log.log
if [ "${PIPESTATUS[0]}" -ne 0 ]; then
make -j1 V=s
fi
[ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV
+1
View File
@@ -213,6 +213,7 @@ jobs:
rm -rf package/feeds/luci/applications/luci-app-passwall
rm package/feeds/packages/adguardhome -rf
rm feeds/packages/net/adguardhome -rf
rm feeds/luci/applications/luci-app-adguardhome -rf
ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome
# 2024.03.03 mosdns build fail by golang 1.22
sed -i 's/CGO_ENABLED=0/CGO_ENABLED=1/g' feeds/packages/net/mosdns/Makefile
+2 -1
View File
@@ -212,8 +212,9 @@ jobs:
rm -rf package/feeds/luci/applications/luci-app-passwall
rm package/feeds/packages/adguardhome -rf
rm feeds/packages/net/adguardhome -rf
rm feeds/luci/applications/luci-app-adguardhome -rf
ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome
make -j4 | tee ./build_log.log || make -j1 V=s
set -o pipefail && make -j4 2>&1 | tee build_log.log || make -j1 V=s
# 2024.03.03 mosdns build fail by golang 1.22
sed -i 's/CGO_ENABLED=0/CGO_ENABLED=1/g' feeds/packages/net/mosdns/Makefile
[ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV
+4
View File
@@ -87,6 +87,10 @@ CONFIG_TARGET_ROOTFS_PARTSIZE=800
CONFIG_TARGET_IMAGES_GZIP=y
CONFIG_PACKAGE_ntfs3-mount=y
CONFIG_PACKAGE_xz=y
CONFIG_PACKAGE_xz-utils=y
# CONFIG_SIGNATURE_CHECK is not set
# CONFIG_SIGNED_PACKAGES is not set
# CONFIG_PACKAGE_luci-app-unblockmusic is not set
+3
View File
@@ -60,6 +60,9 @@ CONFIG_TARGET_IMAGES_GZIP=y
CONFIG_PACKAGE_ntfs3-mount=y
CONFIG_PACKAGE_xz=y
CONFIG_PACKAGE_xz-utils=y
# CONFIG_SIGNATURE_CHECK is not set
# CONFIG_SIGNED_PACKAGES is not set
# CONFIG_PACKAGE_luci-app-unblockmusic is not set
+1 -1
View File
@@ -18,7 +18,7 @@ echo "------------------------------- IP Address Info --------------------------
IP=`curl ip.115115.xyz -s`
curl ip.115115.xyz -s
# curl -s https://searchplugin.csdn.net/api/v1/ip/get?ip=${IP} | jq -r .data.address
curl -s https://api.vore.top/api/IPdata?ip=${IP} | jq -r .adcode.o
# curl -s "https://api.vore.top/api/IPdata?ip=${IP}" | jq -r .adcode.o
}
Get_Release_Info() {