device/motorola-osprey: remove msm and rmi-i2c from initfs (MR 2038)
These drivers make the boot.img to large to fit on the boot partition of the osprey
This commit is contained in:
parent
a28c58a704
commit
eb3ab3f0f8
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-motorola-osprey
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Motorola Moto G 3rd gen. (2015)"
|
||||
url="https://postmarketos.org"
|
||||
arch="aarch64"
|
||||
|
@ -51,4 +51,4 @@ nonfree_firmware_modem() {
|
|||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="84722de140aee0e6b11b49c1cd5df40efcc68f64637d646623f30b9aacfc45aab6707719c5bed3b117660f1018d7dd69551b8a5a7704f6246b944dca28d42f9c deviceinfo"
|
||||
sha512sums="a21dc16fb604210dd52d977c5267d96e6d6e19c279172b85029a979882949ae6cf78fd62a11758a03a6febe4e26d6d2d76fccdfcb4f75a24659849cb9c67a029 deviceinfo"
|
||||
|
|
|
@ -11,7 +11,7 @@ deviceinfo_keyboard="false"
|
|||
deviceinfo_dtb_mainline="qcom/msm8916-motorola-osprey"
|
||||
deviceinfo_dtb_mainline_modem="qcom/msm8916-motorola-osprey-modem"
|
||||
deviceinfo_append_dtb="true"
|
||||
deviceinfo_modules_initfs="panel-motorola-osprey-inx msm rmi-i2c"
|
||||
deviceinfo_modules_initfs="panel-motorola-osprey-inx"
|
||||
deviceinfo_external_storage="true"
|
||||
deviceinfo_arch="aarch64"
|
||||
|
||||
|
|
Loading…
Reference in a new issue