更新 toolchain/build.sh
Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
parent
189352cffc
commit
5f63f179ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user