f1767d7dbd
Add the required dependencies and config for both hexagonrpcd and libssc so that sensors start working. [ci:skip-build]: already built successfully in CI
5 lines
148 B
Bash
5 lines
148 B
Bash
#!/bin/sh
|
|
rc-update add hexagonrpcd-adsp-sensorspd default
|
|
rc-update add pd-mapper boot
|
|
rc-update add qbootctl default
|
|
rc-update add tqftpserv boot
|