asus-x00td: fix deviceinfo (MR 3084)
* set true for external_storage and gpu_accelerated * add panel-simple and msm modules to initfs [ci:skip-build] Already built fine on CI in MR
This commit is contained in:
parent
93e98706dd
commit
80793cb259
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname=device-asus-x00td
|
pkgname=device-asus-x00td
|
||||||
pkgdesc="Asus ZenFone Max Pro M1"
|
pkgdesc="Asus ZenFone Max Pro M1"
|
||||||
pkgver=0.2
|
pkgver=0.3
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -36,5 +36,5 @@ kernel_mainline() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
c8f1d521e2f307e5b0a1134c59f172db6fb678b9a67d9ec9f76d3be7b18b4bff198a4fec284a61b0da92e7e45f0208c3595a69b6eb1c4c098c38dfcfa66d053b deviceinfo
|
f734bdb9de184c84a978d61493a9fc0fb9e569b3a023a008bf48ac931cf5ac19c8411013d969b9b6a9c7421d477ebc8c78951763ac5726df819d3969dd8c359e deviceinfo
|
||||||
"
|
"
|
||||||
|
|
|
@ -8,14 +8,16 @@ deviceinfo_codename="asus-x00td"
|
||||||
deviceinfo_year="2018"
|
deviceinfo_year="2018"
|
||||||
deviceinfo_dtb_mainline="qcom/sdm636-asus-x00td"
|
deviceinfo_dtb_mainline="qcom/sdm636-asus-x00td"
|
||||||
deviceinfo_append_dtb_mainline="true"
|
deviceinfo_append_dtb_mainline="true"
|
||||||
|
deviceinfo_modules_initfs="panel-simple msm"
|
||||||
deviceinfo_arch="aarch64"
|
deviceinfo_arch="aarch64"
|
||||||
|
|
||||||
# Device related
|
# Device related
|
||||||
deviceinfo_chassis="handset"
|
deviceinfo_chassis="handset"
|
||||||
deviceinfo_keyboard="false"
|
deviceinfo_keyboard="false"
|
||||||
deviceinfo_external_storage="false"
|
deviceinfo_external_storage="true"
|
||||||
deviceinfo_screen_width="1080"
|
deviceinfo_screen_width="1080"
|
||||||
deviceinfo_screen_height="2160"
|
deviceinfo_screen_height="2160"
|
||||||
|
deviceinfo_gpu_accelerated="true"
|
||||||
|
|
||||||
# Bootloader related
|
# Bootloader related
|
||||||
deviceinfo_flash_method="fastboot"
|
deviceinfo_flash_method="fastboot"
|
||||||
|
|
Loading…
Reference in a new issue