samsung-kylepro: fix flashing rootfs (MR 1254)

This commit is contained in:
timbz 2020-05-18 17:56:20 +02:00 committed by Alexey Min
parent 3993e7197e
commit 1106c234fe
No known key found for this signature in database
GPG key ID: EBF5ECFFFEE34DED
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
pkgname=device-samsung-kylepro
pkgdesc="Samsung Galaxy Trend Plus"
pkgver=0.1
pkgrel=5
pkgrel=6
url="https://postmarketos.org"
license="MIT"
arch="armv7"
@ -26,4 +26,4 @@ nonfree_firmware() {
mkdir "$subpkgdir"
}
sha512sums="c6d407a525cae4f9c28e867b6b62449ef72cd3a906b3c9d04761d8163c036a7d21ae342ae622ce5da93833ba0d885aee9933f4e285e7bbdc0e0f9c836bad9c19 deviceinfo"
sha512sums="540e43a8bd06ad624f7b6524b32d50ad3b7b5be8f7ac8aca3c85d092d7e64d3fc15e82597d67e5f275903b574320c6b2e0d11db11e823c4d8548672737ede0be deviceinfo"

View file

@ -28,6 +28,6 @@ deviceinfo_flash_offset_ramdisk="0x01000000"
deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x00000100"
deviceinfo_flash_pagesize="4096"
deviceinfo_flash_heimdall_partition_kernel=""
deviceinfo_flash_heimdall_partition_system=""
deviceinfo_flash_heimdall_partition_kernel="KERNEL"
deviceinfo_flash_heimdall_partition_system="system"
deviceinfo_flash_sparse="true"