samsung-baffinlite: fix flash values (MR 1243)
This commit is contained in:
parent
64201d3a66
commit
1cf1f79677
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=device-samsung-baffinlite
|
||||
pkgdesc="Samsung Galaxy Grand Neo"
|
||||
pkgver=0.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -28,5 +28,5 @@ nonfree_firmware() {
|
|||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="570c0cba460c9c23cdd56314ae1b67b35ad8a90f3a0a0039980f6f2eea76a01808c398d39bfd6fd4d1628320ba2882bf87179f4afcd58677515cbf61f5a58478 deviceinfo
|
||||
sha512sums="0f1e4dbc4f3c6673c18efb1a1c5bc7df5b7d37354836ee4f880f10600a87302c2ba41e1769da32a6f840d75d5c7285f298455d0c66bfb126432d8371bb8275b2 deviceinfo
|
||||
af036fe35011db078379dbb2e8c16c86546f0a4fcb3d1bcee3502bb1ea5b38f3ec5a9fa8cd1ca8ed8b89592a7f572d6072781289845303e0bf85fc2de4ead9fb modules-load.conf"
|
||||
|
|
|
@ -29,4 +29,5 @@ deviceinfo_flash_offset_second="0x00f00000"
|
|||
deviceinfo_flash_offset_tags="0x00000100"
|
||||
deviceinfo_flash_pagesize="4096"
|
||||
deviceinfo_flash_heimdall_partition_kernel="KERNEL"
|
||||
deviceinfo_flash_heimdall_partition_system="SYSTEM"
|
||||
deviceinfo_flash_heimdall_partition_system="system"
|
||||
deviceinfo_flash_sparse="true"
|
||||
|
|
Loading…
Reference in a new issue