Skip to content

Commit

Permalink
v8.23
Browse files Browse the repository at this point in the history
- Coding | Satisfy shellcheck
  • Loading branch information
MichaIng committed Oct 15, 2023
1 parent 8fc8e4b commit 7ef8d6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .update/patches
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ Patch_8_23()
if (( $add ))
then
overlays+=('/usr/lib/linux-image-visionfive2/starfive/vf2-overlay/ethernet-A12.dtbo')
G_CONFIG_INJECT 'fdtoverlays[[:blank:]]' "fdtoverlays ${overlays[@]}" /boot/extlinux/extlinux.conf
G_CONFIG_INJECT 'fdtoverlays[[:blank:]]' "fdtoverlays ${overlays[*]}" /boot/extlinux/extlinux.conf
fi
fi
if [[ $serial == *'-D008E000-'* ]]
Expand All @@ -1509,7 +1509,7 @@ Patch_8_23()
if (( $add ))
then
overlays+=('/usr/lib/linux-image-visionfive2/starfive/vf2-overlay/8GB.dtbo')
G_CONFIG_INJECT 'fdtoverlays[[:blank:]]' "fdtoverlays ${overlays[@]}" /boot/extlinux/extlinux.conf
G_CONFIG_INJECT 'fdtoverlays[[:blank:]]' "fdtoverlays ${overlays[*]}" /boot/extlinux/extlinux.conf
fi
fi
G_AGI libubootenv-tool
Expand Down
4 changes: 2 additions & 2 deletions rootfs/var/lib/dietpi/services/dietpi-firstboot.bash
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ _EOF_
if (( $add ))
then
overlays+=('/usr/lib/linux-image-visionfive2/starfive/vf2-overlay/ethernet-A12.dtbo')
G_CONFIG_INJECT 'fdtoverlays[[:blank:]]' "fdtoverlays ${overlays[@]}" /boot/extlinux/extlinux.conf
G_CONFIG_INJECT 'fdtoverlays[[:blank:]]' "fdtoverlays ${overlays[*]}" /boot/extlinux/extlinux.conf
fi
fi
if [[ $serial == *'-D008E000-'* ]]
Expand All @@ -151,7 +151,7 @@ _EOF_
if (( $add ))
then
overlays+=('/usr/lib/linux-image-visionfive2/starfive/vf2-overlay/8GB.dtbo')
G_CONFIG_INJECT 'fdtoverlays[[:blank:]]' "fdtoverlays ${overlays[@]}" /boot/extlinux/extlinux.conf
G_CONFIG_INJECT 'fdtoverlays[[:blank:]]' "fdtoverlays ${overlays[*]}" /boot/extlinux/extlinux.conf
fi
fi
fi
Expand Down

0 comments on commit 7ef8d6c

Please sign in to comment.