7d278ccca7
Make voice call audio work out of the box by starting q6voiced on all installations with the modem. It might be nice to start it only when oFono is installed and enabled, but q6voiced is quite minimal so it does not seem worth the effort.
2 lines
41 B
Bash
2 lines
41 B
Bash
#!/bin/sh
|
|
rc-update add q6voiced default
|