device-fairphone-fp4: depend on missing GPU firmware (MR 5078)
Due to Alpine packaging changes, linux-firmware-qcom is not pulled in anymore so the GPU firmware a630_sqe.fw is missing on the device now. Fix this by explicitly pulling in firmware-qcom-adreno-a630 which also provides this file - based on linux-firmware.
This commit is contained in:
parent
87d355e08d
commit
7615c6e0d2
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=device-fairphone-fp4
|
||||
pkgdesc="Fairphone 4"
|
||||
pkgver=2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -51,6 +51,7 @@ nonfree_firmware() {
|
|||
firmware-fairphone-fp4-ipa
|
||||
firmware-fairphone-fp4-modem
|
||||
firmware-fairphone-fp4-wlan
|
||||
firmware-qcom-adreno-a630
|
||||
linux-firmware-ath10k
|
||||
msm-modem
|
||||
msm-modem-uim-selection
|
||||
|
|
Loading…
Reference in a new issue