aports: device-samsung-manta: Changed flasher to heimdall
This commit is contained in:
parent
95b6d96c01
commit
0138c0596e
2 changed files with 7 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname="device-samsung-manta"
|
||||
pkgdesc="Google Nexus 10"
|
||||
pkgver=0.2
|
||||
pkgrel=3
|
||||
pkgver=0.3
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="noarch"
|
||||
|
@ -19,4 +19,4 @@ package() {
|
|||
devicepkg_package $startdir $pkgname
|
||||
}
|
||||
|
||||
sha512sums="626b6a2c979805270e1aef1d4f8de3c7f9f04e26294fbfb1db1cd9b80be27887ad915ec68783f1a5d3791b7d150bc6c0fc100647d30cc5d4801ae2ff3270448e deviceinfo"
|
||||
sha512sums="00e3643d3f2d10007b161d9c128283d9d2591c7a1a4c5a32eb5e883100b3cf32a8bd9ec0717242bf92fe9935d4372b48c5987b6c6dc8c32a5dcd231f7b5798af deviceinfo"
|
||||
|
|
|
@ -19,7 +19,8 @@ deviceinfo_dev_touchscreen_calibration=""
|
|||
deviceinfo_dev_keyboard=""
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="fastboot"
|
||||
deviceinfo_flash_method="heimdall-bootimg"
|
||||
deviceinfo_flash_sparse="true"
|
||||
deviceinfo_kernel_cmdline=""
|
||||
deviceinfo_generate_bootimg="true"
|
||||
deviceinfo_bootimg_qcdt="false"
|
||||
|
@ -29,4 +30,5 @@ deviceinfo_flash_offset_ramdisk="0x01000000"
|
|||
deviceinfo_flash_offset_second="0x00f00000"
|
||||
deviceinfo_flash_offset_tags="0x00000100"
|
||||
deviceinfo_flash_pagesize="2048"
|
||||
|
||||
deviceinfo_flash_heimdall_partition_kernel="kernel"
|
||||
deviceinfo_flash_heimdall_partition_system="system"
|
||||
|
|
Loading…
Reference in a new issue