Skip to content
Snippets Groups Projects
Unverified Commit 80793cb2 authored by ABOOTHAHIR U's avatar ABOOTHAHIR U Committed by Alexey Minnekhanov
Browse files

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
parent 93e98706
No related branches found
No related tags found
No related merge requests found
Pipeline #195460 passed
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-asus-x00td
pkgdesc="Asus ZenFone Max Pro M1"
pkgver=0.2
pkgver=0.3
pkgrel=0
url="https://postmarketos.org"
license="MIT"
......@@ -36,5 +36,5 @@ kernel_mainline() {
}
sha512sums="
c8f1d521e2f307e5b0a1134c59f172db6fb678b9a67d9ec9f76d3be7b18b4bff198a4fec284a61b0da92e7e45f0208c3595a69b6eb1c4c098c38dfcfa66d053b deviceinfo
f734bdb9de184c84a978d61493a9fc0fb9e569b3a023a008bf48ac931cf5ac19c8411013d969b9b6a9c7421d477ebc8c78951763ac5726df819d3969dd8c359e deviceinfo
"
......@@ -8,14 +8,16 @@ deviceinfo_codename="asus-x00td"
deviceinfo_year="2018"
deviceinfo_dtb_mainline="qcom/sdm636-asus-x00td"
deviceinfo_append_dtb_mainline="true"
deviceinfo_modules_initfs="panel-simple msm"
deviceinfo_arch="aarch64"
# Device related
deviceinfo_chassis="handset"
deviceinfo_keyboard="false"
deviceinfo_external_storage="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="1080"
deviceinfo_screen_height="2160"
deviceinfo_gpu_accelerated="true"
# Bootloader related
deviceinfo_flash_method="fastboot"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment