bq-paella: install newer WCNSS firmware from DB410c by default (MR 1315)

bq-paella allows running unsigned firmware from other devices.
We can use that advantage to replace some of the original firmware
with newer versions from other devices. The DB410c has updated WCNSS
firmware that reportedly improves WiFi/BT coexistence (i.e. behavior
when both WiFi/BT are active at the same time).

Depend on the virtual "firmware-qcom-msm8916-wcnss" package to give
the user the choice which firmware version they would like to run.
The newer version from "firmware-qcom-db410c-wcnss" is installed by
default (since it has a higher "provider_priority"), but the user
can choose to replace it by running "apk add firmware-bq-picmt-wcnss".
This commit is contained in:
Minecrell 2020-06-08 22:30:33 +02:00
parent 39363bd2bf
commit 40f13a19e2
No known key found for this signature in database
GPG key ID: B77CE638A6C2E562

View file

@ -3,7 +3,7 @@
pkgname=device-bq-paella
pkgdesc="BQ Aquaris X5 Cyanogen Edition"
pkgver=2
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -40,7 +40,8 @@ kernel_mainline_modem() {
nonfree_firmware() {
pkgdesc="GPU/WiFi/BT/Video firmware"
depends="linux-firmware-qcom firmware-bq-picmt-venus firmware-bq-picmt-wcnss"
depends="linux-firmware-qcom firmware-bq-picmt-venus
firmware-qcom-msm8916-wcnss firmware-bq-picmt-wcnss-nv"
mkdir "$subpkgdir"
}