google-gru: depend on linux-firmware-qca (MR 4289)

Fixes https://gitlab.com/postmarketOS/pmaports/-/issues/2218
This commit is contained in:
Anton Bambura 2023-07-31 09:36:23 +03:00 committed by Stefan Hansson
parent bffe5d95ac
commit 346f93cb6e
No known key found for this signature in database
GPG key ID: 990600ED1DB95E02

View file

@ -3,7 +3,7 @@
pkgname=device-google-gru pkgname=device-google-gru
pkgdesc="Google Gru Chromebooks" pkgdesc="Google Gru Chromebooks"
pkgver=5 pkgver=5
pkgrel=0 pkgrel=1
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="aarch64" arch="aarch64"
@ -46,7 +46,7 @@ package() {
nonfree_firmware() { nonfree_firmware() {
pkgdesc="WiFi/BT and DP firmware" pkgdesc="WiFi/BT and DP firmware"
depends="linux-firmware-ath10k linux-firmware-mrvl linux-firmware-rockchip" depends="linux-firmware-ath10k linux-firmware-qca linux-firmware-mrvl linux-firmware-rockchip"
mkdir "$subpkgdir" mkdir "$subpkgdir"
} }