Skip to content

Commit

Permalink
v9.5
Browse files Browse the repository at this point in the history
- Odroid C1 | Flash new U-Boot, probably even the required part to fix reboot issues
  • Loading branch information
MichaIng committed May 26, 2024
1 parent dace388 commit 68ed703
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .update/patches
Original file line number Diff line number Diff line change
Expand Up @@ -1639,6 +1639,9 @@ Patch_9_5()
G_AGUG
fi

# Flash new U-Boot on Odroid C1
(( $G_HW_MODEL == 10 )) && /boot/dietpi/func/dietpi-set_hardware flash-u-boot-mmc

# Update MPD flag on Bookworm and above: https://github.com/MusicPlayerDaemon/MPD/commit/ce77b14
(( $G_DISTRO > 6 )) && [[ -f '/etc/systemd/system/mpd.service.d/dietpi.conf' ]] && G_EXEC sed -i 's/no-daemon/systemd/' /etc/systemd/system/mpd.service.d/dietpi.conf

Expand Down

0 comments on commit 68ed703

Please sign in to comment.