Skip to content
Snippets Groups Projects
Verified Commit 080db4b4 authored by Dylan Van Assche's avatar Dylan Van Assche
Browse files

device-shift-axolotl: start hexagonrpcd on boot

Necessary to provide access to the filesystem for the SDSP
parent 4caa18ca
No related branches found
No related tags found
No related merge requests found
Pipeline #199585 failed
......@@ -4,7 +4,7 @@
pkgname=device-shift-axolotl
pkgdesc="SHIFT6mq"
pkgver=9
pkgver=10
pkgrel=0
url="https://postmarketos.org"
license="MIT"
......@@ -44,7 +44,8 @@ package() {
nonfree_firmware() {
pkgdesc="Modem, GPU and WiFi Firmware, also needed for osk-sdl"
depends="firmware-shift-sdm845>=0.4 firmware-shift-sdm845-initramfs
soc-qcom-sdm845-nonfree-firmware soc-qcom-sdm845-modem"
soc-qcom-sdm845-nonfree-firmware soc-qcom-sdm845-modem hexagonrpcd"
install="$subpkgname.post-install $subpkgname.post-upgrade"
mkdir "$subpkgdir"
install -Dm644 q6voiced.conf "$subpkgdir"/etc/conf.d/q6voiced
......
#!/bin/sh
rc-update add hexagonrpcd-sdsp
device-shift-axolotl-nonfree-firmware.post-install
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment