From dcd0fc02b619f280bf601b29e5db1ee2463374e2 Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:16:49 +0800 Subject: [PATCH] Update upstream.yml --- .github/workflows/upstream.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index e893c5da..d9cfcec2 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -349,6 +349,11 @@ jobs: git_sparse_clone revision https://github.com/Self-Hosting-Group/packages net/miniupnpd ) & ( + git_sparse_clone frp-toml https://github.com/laipeng668/luci applications/luci-app-frpc + git_sparse_clone frp-toml https://github.com/laipeng668/luci applications/luci-app-frps + git_sparse_clone frp-toml https://github.com/laipeng668/packages net/frp + ) & + ( git_sparse_clone master "https://github.com/coolsnowwolf/lede" package/wwan package/lean package/network/services/shellsync package/qca/shortcut-fe && cp -rf wwan/*/* ./ ; rm -Rf wwan git_clone https://github.com/Siriling/5G-Modem-Support && rm -rf 5G-Modem-Support/rooter && mvdir 5G-Modem-Support ) &