Skip to content

Commit

Permalink
v9.7
Browse files Browse the repository at this point in the history
- DietPi-Installer | Switch to "vendor" kernel (Linux 6.1) with all RK3588 boards
  • Loading branch information
MichaIng committed Aug 1, 2024
1 parent eb5fb6a commit 89848c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .build/images/dietpi-installer
Original file line number Diff line number Diff line change
Expand Up @@ -1111,17 +1111,17 @@ setenv rootuuid "true"' /boot/boot.cmd
*) model='nanopi-r5s';;
esac;;
77) model='rock-3a' kernel='rockchip64';;
78) model='rock-5b' kernel='rk35xx' branch='legacy';;
79) kernel='rk35xx' branch='legacy'
78) model='rock-5b' kernel='rk35xx' branch='vendor';;
79) kernel='rk35xx' branch='vendor'
case $HW_VARIANT in
2) model='nanopi-r6c';;
3) model='nanopct6';;
*) model='nanopi-r6s';;
esac;;
80) model='orangepi5' kernel='rk35xx' branch='legacy';;
82) model='orangepi5-plus' kernel='rk35xx' branch='legacy';;
80) model='orangepi5' kernel='rk35xx' branch='vendor';;
82) model='orangepi5-plus' kernel='rk35xx' branch='vendor';;
83) model='orangepizero3' kernel='sunxi64';;
85) model='rock-5a' kernel='rk35xx' branch='legacy';;
85) model='rock-5a' kernel='rk35xx' branch='vendor';;
86) model='tinkerboard-2' kernel='rockchip64';;
87) model='orangepi3b' kernel='rockchip64' branch='edge';;
88) model='orangepizero2w' kernel='sunxi64';;
Expand Down

0 comments on commit 89848c1

Please sign in to comment.