xiaomi-daisy: remove superfluous underscores in deviceinfo (MR 4285)
[ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
941486b663
commit
5d4289c416
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-xiaomi-daisy
|
||||
pkgdesc="Xiaomi Mi A2 Lite"
|
||||
pkgver=5
|
||||
pkgver=6
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -41,6 +41,6 @@ modem() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
790152582c48be0a2b0f1be8b928da679e089abefebfccf771d03cf8dab74b3a7b3e5f2d7f89a1817767265ae7c4c94475c6258cb0ae7b3b0f9cbc04965dfb51 deviceinfo
|
||||
048e53d6003a25344d270d402dd41832457199e2f23b5756fe605b71538104c77620cc326b54bd89e7fa5feacd764a4a36054fae2e675e6f32e918a7eb0cfee1 deviceinfo
|
||||
302c0bec754bb79ef561c1a8d4ff34ba52b904c853bce6a15a79ba7b5b7a3d02c1c75bbe86d59be7b608a6dc744dd3e3c638eaa4539c53d20fa55fa5ea397d74 30-gpu-firmware.files
|
||||
"
|
||||
|
|
|
@ -8,9 +8,9 @@ deviceinfo_codename="xiaomi-daisy"
|
|||
deviceinfo_year="2018"
|
||||
deviceinfo_arch="aarch64"
|
||||
|
||||
deviceinfo_dtb_="qcom/msm8953-xiaomi-daisy"
|
||||
deviceinfo_append_dtb_="true"
|
||||
deviceinfo_modules_initfs_="msm edt_ft5x06 panel_mdss_ili7807_fhdplus panel_himax_hx8399c_fhdplus"
|
||||
deviceinfo_dtb="qcom/msm8953-xiaomi-daisy"
|
||||
deviceinfo_append_dtb="true"
|
||||
deviceinfo_modules_initfs="msm edt_ft5x06 panel_mdss_ili7807_fhdplus panel_himax_hx8399c_fhdplus"
|
||||
deviceinfo_gpu_accelerated="true"
|
||||
deviceinfo_mesa_driver="msm"
|
||||
|
||||
|
@ -25,7 +25,7 @@ deviceinfo_swap_size_recommended="1024"
|
|||
# Bootloader related
|
||||
deviceinfo_flash_method="fastboot"
|
||||
deviceinfo_generate_bootimg="true"
|
||||
deviceinfo_kernel_cmdline_="earlycon console=ttyMSM0,115200 PMOS_NO_OUTPUT_REDIRECT"
|
||||
deviceinfo_kernel_cmdline="earlycon console=ttyMSM0,115200 PMOS_NO_OUTPUT_REDIRECT"
|
||||
deviceinfo_bootimg_qcdt="false"
|
||||
deviceinfo_bootimg_dtb_second="false"
|
||||
deviceinfo_flash_offset_base="0x80000000"
|
||||
|
|
Loading…
Reference in a new issue