lg-hammerhead: add support for the modem (#1485)

- depend on the firmware-lg-hammerhead-modem and
  firmware-lg-hammerhead-adsp
- depend on the modem-qcom-msm-mainline-common

Currently adsp firmware is not used actually given upstream kernel
doesn't have support for adsp/sound subsystem. But it will be used
eventually.
This commit is contained in:
Bhushan Shah 2018-05-12 18:42:40 +05:30 committed by Oliver Smith
parent 476e39df26
commit d0e16d82e7
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgname=device-lg-hammerhead
pkgver=1
pkgrel=25
pkgver=2
pkgrel=0
pkgdesc="Google Nexus 5"
url="https://github.com/postmarketOS"
arch="noarch"
@ -44,8 +44,8 @@ weston() {
}
nonfree_firmware() {
pkgdesc="Wifi/GPU firmware"
depends="linux-firmware-qcom linux-firmware-brcm firmware-adreno"
pkgdesc="Wifi, GPU, Modem and ADSP firmware"
depends="linux-firmware-qcom linux-firmware-brcm firmware-adreno firmware-lg-hammerhead-adsp firmware-lg-hammerhead-modem modem-qcom-msm-mainline-common"
mkdir "$subpkgdir"
}