diff --git a/scripts/main.sh b/scripts/main.sh index 38026d1..9926943 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -474,7 +474,7 @@ if [[ ${IGNORE_UPDATES} != yes ]]; then if [[ ${BOARDFAMILY} == "rockchip-rk356x" && $RELEASE =~ bullseye|focal|jammy|raspi ]]; then - [[ ${BUILD_OPT} == image ]] && fetch_from_repo "https://github.com/orangepi-xunlong/rk-rootfs-build.git" "${EXTER}/cache/sources/rk356x_packages" "branch:rk356x_packages" + [[ ${BUILD_OPT} == image ]] && fetch_from_repo "https://github.com/orangepi-xunlong/rk-rootfs-build.git" "${EXTER}/cache/sources/rk35xx_packages" "branch:rk35xx_packages" fi