samsung-p4note: fix kernel partition name (MR 3397)
Without this, pmbootstrap flasher flash_kernel fails as it tries to flash the kernel to a partition called KERNEL, which does not exist.
This commit is contained in:
parent
a90ecd5929
commit
759ae7dbee
@ -1,7 +1,7 @@
|
||||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-samsung-p4note
|
||||
pkgdesc="Samsung Galaxy Note 10.1"
|
||||
pkgver=1
|
||||
pkgver=1.1
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
@ -35,5 +35,5 @@ nonfree_firmware() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
b2567891b55aaf9a004b597687e22330fd8dc2bc9a84fd638f9a88c05d5f1656a35323adad14ffdc9cec304d043ce97b29396decab25ed801a3fab2eccd9623f deviceinfo
|
||||
5121841a8ee25cb9101f0067d511a50c6af796b1d84ca45de5ed4dfd1f1c8072ba5e27f871b6278a7faf1a45d39f54b1c9bb6a06ef54e368b79fdd6fa44d015a deviceinfo
|
||||
"
|
||||
|
@ -31,3 +31,6 @@ deviceinfo_flash_offset_kernel="0x00008000"
|
||||
deviceinfo_flash_offset_ramdisk="0x01000000"
|
||||
deviceinfo_flash_offset_second="0x00f00000"
|
||||
deviceinfo_flash_offset_tags="0x00000100"
|
||||
|
||||
# Heimdall related
|
||||
deviceinfo_flash_heimdall_partition_kernel="BOOT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user