lg-hammerhead: add linux-firmware-cypress package dependency (MR 1969)

Cypress bought the brcm WiFi stuff from broadcom so they want their firmware to
be called cyfmac instead of brcmfmac
a lot of brcmfmac firmware is now symlinked to cyfmac
This commit is contained in:
Pavel Frolov 2021-02-20 17:23:32 +03:00 committed by Oliver Smith
parent f099d73fc8
commit 625a71bf25
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -1,7 +1,7 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-lg-hammerhead
pkgver=2
pkgrel=23
pkgrel=24
pkgdesc="Google Nexus 5"
url="https://postmarketos.org"
arch="armv7"
@ -55,7 +55,7 @@ weston() {
nonfree_firmware() {
pkgdesc="WiFi, GPU, Modem and ADSP firmware"
depends="linux-firmware-qcom linux-firmware-brcm firmware-adreno firmware-lg-hammerhead-adsp firmware-lg-hammerhead-modem firmware-lg-hammerhead-bluetooth msm-modem-rpmsg"
depends="linux-firmware-qcom linux-firmware-brcm linux-firmware-cypress firmware-adreno firmware-lg-hammerhead-adsp firmware-lg-hammerhead-modem firmware-lg-hammerhead-bluetooth msm-modem-rpmsg"
mkdir "$subpkgdir"
}