Skip to content

Commit

Permalink
fix #710
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2005 committed Jan 11, 2025
1 parent b6aa117 commit 3a4bab6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions updater/base_buster_arm7.Pifile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ cat Qt_5151_armv7l_OpenGLES2.tar.xz* > Qt5_OpenGLES2.tar.xz
tar -xf Qt5_OpenGLES2.tar.xz -C /
"

# comment out fkms on [all] for pi2 compat with eglfs
RUN bash -c "
sed -i '/^\[all\]/{:a;n;/^dtoverlay=vc4-fkms-v3d/s/^/#/;ba}' /boot/config.txt
"

INCLUDE updater/update.Pifile

0 comments on commit 3a4bab6

Please sign in to comment.