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:
parent
6b537d26d5
commit
d3fe50c3d1
1 changed files with 10 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue