From 31d6a097af7e9861485c0407a72a3192ff727fd5 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Tue, 27 Aug 2024 19:49:47 +0200 Subject: [PATCH] v9.7 - DietPi-Patches | Purge correct kernel branch on Odroid C1 --- .update/patches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.update/patches b/.update/patches index 3ce8066a49..422e8fd6e2 100755 --- a/.update/patches +++ b/.update/patches @@ -1748,7 +1748,7 @@ Patch_9_7() G_AGI linux-{image,dtb}-edge-meson linux-u-boot-odroidc1-edge dpkg-query -s 'linux-headers-edge-meson' &> /dev/null && G_AGI linux-headers-edge-meson dpkg-query -s 'linux-libc-dev-edge-meson' &> /dev/null && G_AGI linux-libc-dev-edge-meson - G_AGP linux-{image,dtb,headers,libc-dev}-edge-meson + G_AGP linux-{image,dtb,headers,libc-dev}-current-meson # RK3588 migration to vendor kernel elif (( $G_HW_CPUID == 11 )) && dpkg-query -s 'linux-image-legacy-rk35xx' &> /dev/null && ! dpkg-query -s 'linux-image-vendor-rk35xx' &> /dev/null