Skip to content

Commit

Permalink
v9.7
Browse files Browse the repository at this point in the history
- DietPi-Patches | Remove missing /boot/dtb symlink handlling for Odroid C1, where /boot is always a FAT partition.
  • Loading branch information
MichaIng committed Aug 27, 2024
1 parent 5c5951a commit 371e958
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .update/patches
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 371e958

Please sign in to comment.