oneplus-oneplus3(t): explicitly install + activate qrtr-ns (MR 1640)
qrtr-ns is now part of the Linux kernel (as of version 5.9), so there is no need to start it in userspace anymore. It does not seem to be needed (or working) on downstream either. linux-postmarketos-qcom-msm8996 is the only mainline kernel which is still on < 5.9. In preparation to make the qrtr dependency optional for rmtfs, let's explicitly enable qrtr-ns for MSM8996 devices to avoid causing regressions.
This commit is contained in:
parent
8e28b197a5
commit
8a36bb744e
4 changed files with 16 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=device-oneplus-oneplus3
|
||||
pkgdesc="OnePlus 3"
|
||||
pkgver=1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -33,7 +33,10 @@ nonfree_firmware() {
|
|||
linux-firmware-qca
|
||||
firmware-oneplus-oneplus3-op3
|
||||
msm-modem-rpmsg
|
||||
qrtr
|
||||
qrtr-openrc
|
||||
"
|
||||
install="$subpkgname.post-install"
|
||||
mkdir "$subpkgdir"
|
||||
}
|
||||
sha512sums="10a1d2ba145d71dc9d97dd471fe5e0a738a23783d9773e2fa1d1b91c5190c3fb535c0babd1ce3c397908769a55be0819b9f8d6a5167eaf11b76ac6e5511ed70f deviceinfo"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# FIXME: qrtr-ns is now part of the Linux kernel, remove this when upgrading to 5.9!
|
||||
rc-update add qrtr-ns boot
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=device-oneplus-oneplus3t
|
||||
pkgdesc="OnePlus 3T"
|
||||
pkgver=1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -33,7 +33,10 @@ nonfree_firmware() {
|
|||
linux-firmware-qca
|
||||
firmware-oneplus-oneplus3-op3t
|
||||
msm-modem-rpmsg
|
||||
qrtr
|
||||
qrtr-openrc
|
||||
"
|
||||
install="$subpkgname.post-install"
|
||||
mkdir "$subpkgdir"
|
||||
}
|
||||
sha512sums="5f7e2046491fbf776c0c4b0e8a594f3b312c98e3e927c7f1ed6e5966c074cd9a2cd4bfb0449435004d9164142609d65ba7cb8b867874a7719bac4a7905cc2b95 deviceinfo"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# FIXME: qrtr-ns is now part of the Linux kernel, remove this when upgrading to 5.9!
|
||||
rc-update add qrtr-ns boot
|
Loading…
Reference in a new issue