community/arrow-db410c: add _pmb_select="soc-qcom-msm8916-rproc" (MR 2632)
This allows disabling the modem explicitly to get a bit more RAM. It's also not _particularly_ useful on DB410c because it only provides GPS.
This commit is contained in:
parent
5cdf33cf1c
commit
46a7f0ae08
1 changed files with 4 additions and 2 deletions
|
@ -2,16 +2,18 @@
|
||||||
# Maintainer: Minecrell <minecrell@minecrell.net>
|
# Maintainer: Minecrell <minecrell@minecrell.net>
|
||||||
pkgname=device-arrow-db410c
|
pkgname=device-arrow-db410c
|
||||||
pkgdesc="Arrow DragonBoard 410c"
|
pkgdesc="Arrow DragonBoard 410c"
|
||||||
pkgver=2
|
pkgver=3
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
depends="postmarketos-base mkbootimg linux-postmarketos-qcom-msm8916 soc-qcom-msm8916"
|
depends="postmarketos-base mkbootimg linux-postmarketos-qcom-msm8916
|
||||||
|
soc-qcom-msm8916 soc-qcom-msm8916-rproc"
|
||||||
makedepends="devicepkg-dev"
|
makedepends="devicepkg-dev"
|
||||||
source="deviceinfo"
|
source="deviceinfo"
|
||||||
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
||||||
|
_pmb_select="soc-qcom-msm8916-rproc"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
devicepkg_build $startdir $pkgname
|
devicepkg_build $startdir $pkgname
|
||||||
|
|
Loading…
Add table
Reference in a new issue