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 ) &