From 16df9b75f116b3cd26e2e69b67a79a74e89a4e85 Mon Sep 17 00:00:00 2001 From: Han Gao Date: Wed, 22 Jan 2025 10:28:40 +0800 Subject: [PATCH] kernel: update 6.6.72 kernel Signed-off-by: Han Gao --- scripts/packages_list.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/packages_list.sh b/scripts/packages_list.sh index ab3a051..5777561 100755 --- a/scripts/packages_list.sh +++ b/scripts/packages_list.sh @@ -3,12 +3,12 @@ source $(pwd)/scripts/boards_list.sh # == kernel variables == -KERNEL_lpi4a="linux-headers-6.6.66-th1520 linux-image-6.6.66-th1520 th1520-mainline-opensbi th1520-boot-firmware firmware-realtek" -KERNEL_ahead="linux-headers-5.10.113-ahead linux-image-5.10.113-ahead linux-perf-thead th1520-boot-firmware" +KERNEL_lpi4a="linux-headers-6.6.72-th1520 linux-image-6.6.72-th1520 th1520-mainline-opensbi th1520-boot-firmware firmware-realtek" +KERNEL_ahead="linux-headers-6.6.72-th1520 linux-image-6.6.72-th1520 th1520-mainline-opensbi th1520-boot-firmware" KERNEL_console="linux-headers-5.10.113-th1520 linux-image-5.10.113-th1520 linux-perf-thead th1520-boot-firmware" KERNEL_laptop="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-6.6.66-th1520 linux-image-6.6.66-th1520 th1520-mainline-opensbi th1520-boot-firmware firmware-realtek" +KERNEL_meles="linux-headers-6.6.72-th1520 linux-image-6.6.72-th1520 th1520-mainline-opensbi th1520-boot-firmware firmware-realtek" KERNEL=$(eval echo '$'"KERNEL_${BOARD}") PACKAGE_LIST=""