mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-12 16:19:48 +03:00
device-motorola-peregrine: add support for newer lk2nd
Switch to msdos partition type, since lk2nd doesn't support GPT yet. Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6678
This commit is contained in:
parent
76b33cdb15
commit
ca2a1ea8b4
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname=device-motorola-peregrine
|
pkgname=device-motorola-peregrine
|
||||||
pkgdesc="Moto G 4G (2013)"
|
pkgdesc="Moto G 4G (2013)"
|
||||||
pkgver=3
|
pkgver=4
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -29,6 +29,6 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
61c1654f1f823023db012b030e72ae9cb4b32557bc74a494914cd03bab09ea4c5bd752f028f2374b3b7099d3defe5c3fbc80c3011eb7daa22becc5a765c4bde3 deviceinfo
|
d91164c3cd614af8f37711f19a1a8f176ac16b40e2681b329a9c6f0cff345e199f22140b6438b769445fd2e4e91a954836ccb6e6268f618d210c726cf06c7d69 deviceinfo
|
||||||
01b3f81f77732b7bc32e01e1c242a30f03b7c02da3aa830e3eb21b6f10458616cc8752d532405c66cd54f488c53962cf1901ebe30019ddcd572ea13445e6d28b modules-initfs
|
01b3f81f77732b7bc32e01e1c242a30f03b7c02da3aa830e3eb21b6f10458616cc8752d532405c66cd54f488c53962cf1901ebe30019ddcd572ea13445e6d28b modules-initfs
|
||||||
"
|
"
|
||||||
|
|
|
@ -28,3 +28,6 @@ deviceinfo_flash_offset_ramdisk="0x01000000"
|
||||||
deviceinfo_flash_offset_second="0x00f00000"
|
deviceinfo_flash_offset_second="0x00f00000"
|
||||||
deviceinfo_flash_offset_tags="0x00000100"
|
deviceinfo_flash_offset_tags="0x00000100"
|
||||||
deviceinfo_flash_pagesize="2048"
|
deviceinfo_flash_pagesize="2048"
|
||||||
|
|
||||||
|
# lk2nd does not support GPT for subpartitions/SD cards yet
|
||||||
|
deviceinfo_partition_type="msdos"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue