Skip to content
Snippets Groups Projects
Unverified Commit f851c8a3 authored by Clayton Craft's avatar Clayton Craft :speech_balloon: Committed by Anjan Momi
Browse files

soc-qcom-msm8916: Install q6voiced.conf for any init system (MR 6015)

parent 38962fd0
Branches
No related tags found
1 merge request!6015Fix q6voiced on systemd for many devices
......@@ -3,7 +3,7 @@
pkgname=soc-qcom-msm8916
pkgdesc="Common package for Qualcomm MSM8916 devices"
pkgver=21
pkgrel=2
pkgrel=3
url="https://postmarketos.org"
license="BSD-3-Clause"
arch="aarch64 armv7"
......@@ -75,13 +75,14 @@ rproc_all() {
mkdir -p "$subpkgdir"/boot
echo all > "$subpkgdir"/boot/lk2nd_rproc_mode
install -Dm644 q6voiced.conf "$subpkgdir"/etc/conf.d/q6voiced
}
rproc_all_openrc() {
install_if="$pkgname-rproc-all=$pkgver-r$pkgrel openrc"
install="$subpkgname.post-install"
install -Dm644 q6voiced.conf "$subpkgdir"/etc/conf.d/q6voiced
mkdir -p "$subpkgdir"
}
samsung_modem_workaround() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment