device-xiaomi-laurel: add missing deviceinfo parameters (MR 3727)
This commit adds sparse flashing and rootfs sector size to deviceinfo Signed-off-by: Lux Aliaga <they@mint.lgbt>
This commit is contained in:
parent
b86f80890e
commit
a27a7ce737
2 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=device-xiaomi-laurel
|
||||
pkgdesc="Xiaomi Mi A3"
|
||||
pkgver=0.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -25,5 +25,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
ed867de931bd75b00c87a4bc89a5d0a9a266e18cc5c4c26eccae88ddff7c106c987420f7b6522e5ff9484b9c716fdf4000003a5074d0baef3084a75272165355 deviceinfo
|
||||
ba617e02048c55ade31fc6be3fd4b90675068511cc811c75ec0d26cfb52636df48077adb1d10dc46b3c084d0e8fbcd0d2e1cc4dd7eb72acf1a71cbbcb41b6f81 deviceinfo
|
||||
"
|
||||
|
|
|
@ -26,7 +26,9 @@ deviceinfo_bootimg_qcdt="false"
|
|||
deviceinfo_bootimg_mtk_mkimage="false"
|
||||
deviceinfo_bootimg_dtb_second="false"
|
||||
deviceinfo_append_dtb="true"
|
||||
deviceinfo_rootfs_image_sector_size="4096"
|
||||
deviceinfo_flash_pagesize="4096"
|
||||
deviceinfo_flash_sparse="true"
|
||||
deviceinfo_flash_offset_base="0x00000000"
|
||||
deviceinfo_flash_offset_kernel="0x00008000"
|
||||
deviceinfo_flash_offset_ramdisk="0x01000000"
|
||||
|
|
Loading…
Reference in a new issue