device-asus-x00td: add qcom_fg ,qcom_pmi8998_charger module to initfs (MR 3617)
Signed-off-by: Aboothahir U <aboothahirpkd@gmail.com>
This commit is contained in:
parent
f7cf971e40
commit
7f6b7fb2d0
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# 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.4
|
pkgver=0.5
|
||||||
pkgrel=3
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -43,5 +43,5 @@ nonfree_firmware() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
146131fdcc25fa4767af0cf40932ff53f99c92859f2000fd18a219a353704f3ac04a36d604ef299348cbdbe9991c2a80ac940099d1b2da0a821e00c6bbadef7b deviceinfo
|
af08bb13607d21483e3c87ab392a741dfc362e536afd9d6cc5b63863852fab1bf8058e7329b5308fa969b3ebfec10b4d8d760010e59e10e3a308c88fd88a2d0e deviceinfo
|
||||||
"
|
"
|
||||||
|
|
|
@ -8,7 +8,7 @@ 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="msm nt36xxx"
|
deviceinfo_modules_initfs="msm qcom_fg qcom_pmi8998_charger nt36xxx"
|
||||||
deviceinfo_arch="aarch64"
|
deviceinfo_arch="aarch64"
|
||||||
|
|
||||||
# Device related
|
# Device related
|
||||||
|
|
Loading…
Reference in a new issue