From 346f93cb6ec5baa00c25616d9d78721ab368e124 Mon Sep 17 00:00:00 2001 From: Anton Bambura Date: Mon, 31 Jul 2023 09:36:23 +0300 Subject: [PATCH] google-gru: depend on linux-firmware-qca (MR 4289) Fixes https://gitlab.com/postmarketOS/pmaports/-/issues/2218 --- device/testing/device-google-gru/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/testing/device-google-gru/APKBUILD b/device/testing/device-google-gru/APKBUILD index e2db972fc..155733c57 100644 --- a/device/testing/device-google-gru/APKBUILD +++ b/device/testing/device-google-gru/APKBUILD @@ -3,7 +3,7 @@ pkgname=device-google-gru pkgdesc="Google Gru Chromebooks" pkgver=5 -pkgrel=0 +pkgrel=1 url="https://postmarketos.org" license="MIT" arch="aarch64" @@ -46,7 +46,7 @@ package() { nonfree_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" }