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