From 371e958f94d7367d07b5e216dbe75e22eb351154 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Tue, 27 Aug 2024 19:13:29 +0200 Subject: [PATCH] v9.7 - DietPi-Patches | Remove missing /boot/dtb symlink handlling for Odroid C1, where /boot is always a FAT partition. --- .update/patches | 2 -- 1 file changed, 2 deletions(-) diff --git a/.update/patches b/.update/patches index 5cc61dc3ab..3ce8066a49 100755 --- a/.update/patches +++ b/.update/patches @@ -1749,8 +1749,6 @@ Patch_9_7() 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 - # The /boot/dtb symlink has been found to be missing after kernel removed, despite a newer kernel being installed already. Assure it is present and correct. - [[ $(realpath '/boot/dtb') == '/boot/dtb-6.'* ]] || G_EXEC ln -sf /boot/dtb-6.* /boot/dtb # 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