From 32b30013ec5148ad4d84d44adff937c97901b1b0 Mon Sep 17 00:00:00 2001 From: "Angus Ainslie (Purism)" Date: Sun, 24 Nov 2019 07:19:49 -0800 Subject: [PATCH] conf/board: fix the legacy build Move the legacy builds over to the new naming scheme Signed-off-by: Angus Ainslie (Purism) --- conf/board | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/board b/conf/board index 9e22aee..54dac78 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}" -- GitLab