Skip to content

Commit

Permalink
v8.23
Browse files Browse the repository at this point in the history
- VisionFive 2 | Bump kernel to v6.1.55
  • Loading branch information
MichaIng committed Sep 28, 2023
1 parent 675f3b8 commit d6b5242
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .update/patches
Original file line number Diff line number Diff line change
Expand Up @@ -1467,9 +1467,13 @@ _EOF_
then
G_DIETPI-NOTIFY 2 'Fixing fdtfile entry in dietpiEnv.txt ...'
G_EXEC sed -i '/^fdtfile=$/d' /boot/dietpiEnv.txt
fi
}

Patch_8_23()
{
# VisionFive 2
elif (( $G_HW_MODEL == 81 )) && dpkg --compare-versions "$(dpkg-query -Wf '${Version}' linux-image-visionfive2 2> /dev/null)" lt-nl 5.15.133-dietpi1
if (( $G_HW_MODEL == 81 )) && dpkg --compare-versions "$(dpkg-query -Wf '${Version}' linux-image-visionfive2 2> /dev/null)" lt-nl 6.1.55-dietpi1
then
G_DIETPI-NOTIFY 2 'Updating RISC-V StarFive VisionFive 2 kernel ...'
G_EXEC_OUTPUT=1 G_EXEC curl -fo package.deb 'https://dietpi.com/downloads/binaries/linux-image-visionfive2.deb'
Expand All @@ -1478,11 +1482,6 @@ _EOF_
fi
}

Patch_8_23()
{
:
}

# v6.35 => v7 migration
if (( $G_DIETPI_VERSION_CORE == 6 && $G_DIETPI_VERSION_SUB > 34 ))
then
Expand Down

0 comments on commit d6b5242

Please sign in to comment.