bq-paella: add truly display panel to initfs, update dtb paths (MR 1871)
This commit is contained in:
parent
ac1a2e71f2
commit
332b6b5d6e
2 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
pkgname=device-bq-paella
|
||||
pkgdesc="BQ Aquaris X5"
|
||||
pkgver=3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -53,4 +53,4 @@ nonfree_firmware_modem() {
|
|||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="3820751ffde4e111d44a8edde789a6ea3d9f4f582f8a9c3bb63ad2621f79ee43d436e97c90d791611ed10c2c28ca1c0a363bcf7b7d563046510f7ff778ac6f5e deviceinfo"
|
||||
sha512sums="7e693384eb5ba46f14cbf57a9d9e9cffa2cd82af96f0978123fd618ca955ac3ca22ad1b3d4d2aea43ab8ee42b03dbeaa00ce0e08b5e831de9b6a0b7787e416f4 deviceinfo"
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
# Please use double quotes only. You can source this file in shell scripts.
|
||||
|
||||
deviceinfo_format_version="0"
|
||||
deviceinfo_name="BQ Aquaris X5 Cyanogen Edition"
|
||||
deviceinfo_name="BQ Aquaris X5"
|
||||
deviceinfo_manufacturer="BQ"
|
||||
deviceinfo_codename="bq-paella"
|
||||
deviceinfo_year="2015"
|
||||
deviceinfo_dtb_mainline="qcom/msm8916-bq-paella"
|
||||
deviceinfo_dtb_mainline_modem="qcom/msm8916-bq-paella-modem"
|
||||
deviceinfo_dtb_mainline="qcom/msm8916-longcheer-l8910"
|
||||
deviceinfo_dtb_mainline_modem="qcom/msm8916-longcheer-l8910-modem"
|
||||
deviceinfo_append_dtb="true"
|
||||
deviceinfo_modules_initfs="panel-yushun-nt35520 msm himax_852xES"
|
||||
deviceinfo_modules_initfs="panel-longcheer-yushun-nt35520 panel-longcheer-truly-otm1288a msm himax_852xES"
|
||||
deviceinfo_arch="aarch64"
|
||||
|
||||
# Device related
|
||||
|
|
Loading…
Reference in a new issue