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:
parent
0b269a5601
commit
67176df2f6
1 changed files with 5 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue