Update 00-prepare_base.sh

This commit is contained in:
2025-11-06 11:10:54 +08:00
committed by GitHub
parent 689fd7b6c0
commit 10b856d7f9

View File

@@ -6,8 +6,8 @@ sed -i 's/Os/O2/g' include/target.mk
# Rockchip - rkbin & u-boot
rm -rf package/boot/rkbin package/boot/uboot-rockchip package/boot/arm-trusted-firmware-rockchip
git clone -b openwrt-24.10 https://zhao:$git_password@gitea.kejizero.xyz/zhao/uboot-rockchip package/boot/uboot-rockchip
git clone -b openwrt-24.10 https://zhao:$git_password@gitea.kejizero.xyz/zhao/arm-trusted-firmware-rockchip package/boot/arm-trusted-firmware-rockchip
git clone -b openwrt-24.10 https://zhao:$git_password@$gitea/zhao/uboot-rockchip package/boot/uboot-rockchip
git clone -b openwrt-24.10 https://zhao:$git_password@$gitea/zhao/arm-trusted-firmware-rockchip package/boot/arm-trusted-firmware-rockchip
# Generic Patch
curl -s $mirror/openwrt/patch/generic-24.10/0001-kernel-update-Config-kernel.in-for-Linux-6.12-support.patch | patch -p1