624c965b41
Use the new mesa-freedreno package. Configure inittab to start a terminal on ttyMSM0 (serial). Remove fbdev from xorg.conf and set SWCursor on. Based on patches from Brian Masney.
6 lines
131 B
Bash
6 lines
131 B
Bash
#!/bin/sh
|
|
|
|
echo "ttyMSM0::respawn:/sbin/getty -L ttyMSM0 115200 vt100" >> /etc/inittab
|
|
|
|
# Enable ofono
|
|
rc-update add ofono default
|