device-shift-axolotl: start hexagonrpcd on boot (MR 4050)
Necessary to provide access to the filesystem for the SDSP
This commit is contained in:
parent
5684f6e5a8
commit
745d585a54
3 changed files with 12 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
pkgname=device-shift-axolotl
|
pkgname=device-shift-axolotl
|
||||||
pkgdesc="SHIFT6mq"
|
pkgdesc="SHIFT6mq"
|
||||||
pkgver=13
|
pkgver=14
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -43,8 +43,14 @@ package() {
|
||||||
|
|
||||||
nonfree_firmware() {
|
nonfree_firmware() {
|
||||||
pkgdesc="Modem, GPU and WiFi Firmware, also needed for osk-sdl"
|
pkgdesc="Modem, GPU and WiFi Firmware, also needed for osk-sdl"
|
||||||
depends="firmware-shift-sdm845>=20230815-r2 firmware-shift-sdm845-initramfs
|
depends="
|
||||||
soc-qcom-sdm845-nonfree-firmware soc-qcom-sdm845-modem"
|
firmware-shift-sdm845>=20230815-r2
|
||||||
|
firmware-shift-sdm845-initramfs
|
||||||
|
hexagonrpcd
|
||||||
|
soc-qcom-sdm845-nonfree-firmware
|
||||||
|
soc-qcom-sdm845-modem
|
||||||
|
"
|
||||||
|
install="$subpkgname.post-install $subpkgname.post-upgrade"
|
||||||
mkdir "$subpkgdir"
|
mkdir "$subpkgdir"
|
||||||
|
|
||||||
install -Dm644 q6voiced.conf "$subpkgdir"/etc/conf.d/q6voiced
|
install -Dm644 q6voiced.conf "$subpkgdir"/etc/conf.d/q6voiced
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
rc-update add hexagonrpcd-sdsp
|
|
@ -0,0 +1 @@
|
||||||
|
device-shift-axolotl-nonfree-firmware.post-install
|
Loading…
Reference in a new issue