google-sargo: nonfree-firmware: depend on ath10k firmware (MR 4442)

The WiFi firmware seems to not be present on a fresh installation
anymore. Add it as a dependency so it gets installed automatically.
This commit is contained in:
Richard Acayan 2023-09-30 16:33:21 -04:00 committed by Stefan Hansson
parent 6b537d26d5
commit d3fe50c3d1
No known key found for this signature in database
GPG key ID: 990600ED1DB95E02

View file

@ -3,7 +3,7 @@
pkgname=device-google-sargo
pkgdesc="Google Pixel 3a"
pkgver=0.6
pkgrel=1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -40,8 +40,15 @@ package() {
nonfree_firmware() {
pkgdesc="Proprietary firmware blobs for the Google Pixel 3a"
depends="firmware-google-sargo linux-firmware-qca linux-firmware-qcom
msm-firmware-loader soc-qcom-sdm845-modem soc-qcom-sdm845-nonfree-firmware"
depends="
firmware-google-sargo
linux-firmware-ath10k
linux-firmware-qca
linux-firmware-qcom
msm-firmware-loader
soc-qcom-sdm845-modem
soc-qcom-sdm845-nonfree-firmware
"
# Create an empty sub-package directory because this sub-package is empty
mkdir "$subpkgdir"