diff --git a/scripts/00-prepare_base.sh b/scripts/00-prepare_base.sh index 23c7207..c4129b2 100644 --- a/scripts/00-prepare_base.sh +++ b/scripts/00-prepare_base.sh @@ -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