arrow-db410c: use separate firmware packages (MR 2619)

Reduce rootfs size a bit by installing the separated firmware packages
instead of the large linux-firmware-qcom package. Also, install the
modem firmware by default to prepare for enabling GPS.
This commit is contained in:
Minecrell 2021-10-19 10:24:59 +02:00 committed by Clayton Craft
parent 0b269a5601
commit 67176df2f6
No known key found for this signature in database
GPG key ID: 7A3461CA187CEA54

View file

@ -2,8 +2,8 @@
# Maintainer: Minecrell <minecrell@minecrell.net>
pkgname=device-arrow-db410c
pkgdesc="Arrow DragonBoard 410c"
pkgver=1
pkgrel=3
pkgver=2
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -23,7 +23,9 @@ package() {
nonfree_firmware() {
pkgdesc="GPU/WiFi/BT/Video firmware"
depends="linux-firmware-qcom firmware-qcom-db410c-wcnss firmware-qcom-db410c-wcnss-nv"
depends="firmware-qcom-adreno-a300 firmware-qcom-db410c-modem
firmware-qcom-db410c-wcnss firmware-qcom-db410c-wcnss-nv
firmware-qcom-msm8916-venus"
mkdir "$subpkgdir"
}