Embedded: patch buildroot to build Mesa3D with Pi 5 support

This commit is contained in:
Floris Bos 2023-10-16 22:14:16 +02:00
parent af5828e6e2
commit 40a73c3797
6 changed files with 156 additions and 7 deletions

View file

@ -22,7 +22,7 @@ mkdir -p /var/run
dhcpcd -f /etc/dhcpcd.conf --noarp 2>/dev/null &
if grep -q debugconsole /proc/cmdline; then
/sbin/getty -L ttyAMA0 0 vt100 &
/sbin/getty -L console 0 vt100 &
fi
if grep -q blockingconsole /proc/cmdline; then