diff --git a/conf/board b/conf/board index 9e22aee7e99ed64e92d5e7f3651663362ba438f8..54dac7865654f1c66ca4be3a62b9d2a56112f571 100644 --- a/conf/board +++ b/conf/board @@ -72,8 +72,8 @@ case ${pureos_board} in kernel_arch=arm64 case "${build_type}" in legacy) - kernel_url="${kernel_base}/kernel_devkit_linux-next_imx8-legacy-devkit/${archive_path}" - uboot_url="${uboot_base}/uboot_devkit_mainline_atf_build/${archive_path}" + kernel_url="${kernel_base}/kernel_linux-next_imx8-legacy-librem5/${archive_path}" + uboot_url="${uboot_base}/uboot_devkit_build/${archive_path}" ;; next) kernel_url="${kernel_base}/kernel_linux-next_imx8-linux-next-librem5/${archive_path}"