diff --git a/.github/diy/sync.sh b/.github/diy/sync.sh index 5f3b878..7df7185 100644 --- a/.github/diy/sync.sh +++ b/.github/diy/sync.sh @@ -28,4 +28,5 @@ git_sparse_clone() { rm -rf "$repodir" } -git_sparse_clone openwrt-25.12 https://github.com/openwrt/openwrt.git target/linux/rockchip \ No newline at end of file +git_sparse_clone openwrt-25.12 https://github.com/openwrt/openwrt.git target/linux/rockchip +curl -s https://raw.githubusercontent.com/immortalwrt/immortalwrt/refs/heads/openwrt-25.12/target/linux/rockchip/modules.mk > ./modules.mk \ No newline at end of file