device/soc-qcom-msm8916: replace msm-modem-rpmsg with msm-modem (MR 2535)
Starting with Linux 5.14, the modem can be controlled through the new WWAN subsystem in Linux with the WWAN RPMSG CTRL driver. This is also supported in ModemManager 1.18 and the pmOS fork of oFono. Drop the udev rules for the previous approach through the RPMSG chardev since this causes the modem to be detected twice by ModemManager and oFono.
This commit is contained in:
parent
d535b170e2
commit
26b44a94f7
1 changed files with 4 additions and 3 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# Maintainer: Minecrell <minecrell@minecrell.net>
|
||||
# Co-Maintainer: Nikita Travkin <nikita@trvn.ru>
|
||||
pkgname=soc-qcom-msm8916
|
||||
pkgdesc="Common package for Qualcomm MSM8916 devices"
|
||||
pkgver=11
|
||||
pkgrel=1
|
||||
pkgver=12
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="BSD-3-Clause"
|
||||
arch="aarch64 armv7"
|
||||
|
|
@ -35,7 +36,7 @@ ucm() {
|
|||
}
|
||||
|
||||
modem() {
|
||||
depends="msm-modem-rpmsg msm-modem-uim-selection q6voiced"
|
||||
depends="msm-modem msm-modem-uim-selection q6voiced"
|
||||
install="$subpkgname.post-install"
|
||||
|
||||
install -Dm644 q6voiced.conf "$subpkgdir"/etc/conf.d/q6voiced
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue