diff --git a/toolchain/build.sh b/toolchain/build.sh index 449f538..98251e0 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -5,6 +5,8 @@ if [ "$model" = "Padavanonly_MT798X_v24.10" ]; then git clone -b 2410 --single-branch --filter=blob:none https://github.com/padavanonly/immortalwrt-mt798x-24.10 openwrt elif [ "$model" = "Hanwckf_MT798X_v21.02" ]; then git clone --depth=1 https://github.com/hanwckf/immortalwrt-mt798x openwrt +elif [ "$model" = "OpenWrt_Rockchip_v24.10" ] || [ "$model" = "OpenWrt_X86_64_v24.10" ]; then + git clone -b openwrt-24.10 --single-branch --filter=blob:none https://github.com/immortalwrt/immortalwrt openwrt fi # Enter source code