treewide: adjust to broadcom Wi-Fi firmware move (MR 1971)

Let all devices, which depend on linux-firmware-brcm depend on
linux-firmware-cypress too (like done in MR 1969 for lg-hammerhead).

Related: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=060ad8b3d505e2ff8878d11a81da3532b983cd45

[ci:skip-build] Already built on CI
This commit is contained in:
Oliver Smith 2021-02-21 13:38:16 +01:00 committed by Clayton Craft
parent 8cb9d39b8b
commit 2d5ad32455
No known key found for this signature in database
GPG key ID: 7A3461CA187CEA54
4 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@
pkgname=device-asus-tf201
pkgdesc="Asus Transformer Prime TF201"
pkgver=1
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="armv7"
@ -46,7 +46,7 @@ phosh() {
nonfree_firmware() {
pkgdesc="Asus Transformer Prime TF201 WiFi & BT firmware"
depends="firmware-asus-tf201 linux-firmware-brcm"
depends="firmware-asus-tf201 linux-firmware-brcm linux-firmware-cypress"
mkdir "$subpkgdir"
}

View file

@ -2,7 +2,7 @@
pkgname=device-htc-flounder
pkgdesc="Google Nexus 9"
pkgver=0.1
pkgrel=7
pkgrel=8
url="https://postmarketos.org"
license="gpl-v3"
arch="aarch64"
@ -21,7 +21,7 @@ package() {
}
nonfree_firmware() {
pkgdesc="Firmware"
depends="linux-firmware-brcm firmware-htc-flounder"
depends="linux-firmware-brcm linux-firmware-cypress firmware-htc-flounder"
mkdir "$subpkgdir"
}
sha512sums="3423bd07af998a41b3077967b300a57ed4a5d986639dc7e0fe8b9d545158cccecc83293b5c14caef2ca782f058ae32c5b9802e18eedc33411c422d17bc19efe1 deviceinfo"

View file

@ -1,7 +1,7 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-sony-castor
pkgver=2
pkgrel=0
pkgrel=1
pkgdesc="Sony Xperia Z2 Tablet"
url="https://postmarketos.org"
arch="armv7"
@ -22,7 +22,7 @@ package() {
nonfree_firmware() {
pkgdesc="Wifi, GPU firmware"
depends="linux-firmware-brcm firmware-adreno firmware-sony-castor"
depends="linux-firmware-brcm linux-firmware-cypress firmware-adreno firmware-sony-castor"
mkdir "$subpkgdir"
}

View file

@ -1,7 +1,7 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-sony-sirius
pkgver=1
pkgrel=13
pkgrel=14
pkgdesc="Sony Xperia Z2 device package"
url="https://postmarketos.org"
arch="armv7"
@ -48,7 +48,7 @@ weston() {
nonfree_firmware() {
pkgdesc="Wifi/GPU firmware"
depends="linux-firmware-qcom linux-firmware-brcm firmware-adreno"
depends="linux-firmware-qcom linux-firmware-brcm linux-firmware-cypress firmware-adreno"
mkdir "$subpkgdir"
}