From 3f9ad239f06b0ed6452232f780fc2865b3458586 Mon Sep 17 00:00:00 2001 From: Han Gao Date: Fri, 10 May 2024 19:33:32 +0800 Subject: [PATCH] use postfix th1520 linux image Signed-off-by: Han Gao --- scripts/packages_list.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/packages_list.sh b/scripts/packages_list.sh index b997948..63301bb 100755 --- a/scripts/packages_list.sh +++ b/scripts/packages_list.sh @@ -3,11 +3,11 @@ source $(pwd)/scripts/boards_list.sh # == kernel variables == -KERNEL_lpi4a="linux-headers-5.10.113-lpi4a linux-image-5.10.113-lpi4a linux-perf-thead th1520-boot-firmware" +KERNEL_lpi4a="linux-headers-5.10.113-th1520 linux-image-5.10.113-th1520 linux-perf-thead th1520-boot-firmware" KERNEL_ahead="linux-headers-5.10.113-ahead linux-image-5.10.113-ahead linux-perf-thead th1520-boot-firmware" -KERNEL_console="linux-headers-5.10.113-lpi4a linux-image-5.10.113-lpi4a linux-perf-thead th1520-boot-firmware" +KERNEL_console="linux-headers-5.10.113-th1520 linux-image-5.10.113-th1520 linux-perf-thead th1520-boot-firmware" KERNEL_lpi4amain="linux-headers-6.8.1-lpi4a linux-image-6.8.1-lpi4a th1520-mainline-opensbi th1520-boot-firmware" -KERNEL_meles="linux-headers-5.10.113-lpi4a linux-image-5.10.113-lpi4a linux-perf-thead th1520-boot-firmware" +KERNEL_meles="linux-headers-5.10.113-th1520 linux-image-5.10.113-th1520 linux-perf-thead th1520-boot-firmware" KERNEL=$(eval echo '$'"KERNEL_${BOARD}") PACKAGE_LIST="" @@ -41,4 +41,4 @@ libreoffice-sdbc-postgresql \ libreoffice-wiki-publisher \ " DOCKER="docker.io apparmor ca-certificates cgroupfs-mount git needrestart xz-utils" -BRANDING="lsb-release figlet dynamic-motd" \ No newline at end of file +BRANDING="lsb-release figlet dynamic-motd"