Update build.sh

This commit is contained in:
2025-09-23 19:28:09 +08:00
committed by GitHub
parent cbdfa4569b
commit ac57c8a28a

View File

@@ -171,6 +171,9 @@ compilation_script() {
cp -rf immortalwrt/package/boot/uboot-rockchip openwrt/package/boot/uboot-rockchip cp -rf immortalwrt/package/boot/uboot-rockchip openwrt/package/boot/uboot-rockchip
cp -rf immortalwrt/package/boot/arm-trusted-firmware-rockchip openwrt/package/boot/arm-trusted-firmware-rockchip cp -rf immortalwrt/package/boot/arm-trusted-firmware-rockchip openwrt/package/boot/arm-trusted-firmware-rockchip
print_info "正在克隆 OpenBox 仓库以支持后续编译"
git clone --depth=1 --quiet -b main https://github.com/BlueStack-Sky/OpenBox
print_info "下载并执行构建脚本..." print_info "下载并执行构建脚本..."
local scripts=( local scripts=(
00-prepare_base.sh 00-prepare_base.sh