amazon-thor: don't use fastboot_vendor_id anymore
Fastboot doesn't support this option anymore, so remove it. If you are sure that you need this option, we can probably convince upstream fastboot to add it again, or find another solution. Just let us know in the issues. Related: https://gitlab.com/postmarketOS/pmbootstrap/merge_requests/1818 Related: https://gitlab.com/postmarketOS/pmbootstrap/issues/1830
This commit is contained in:
parent
0c2bf6c423
commit
b6deac3f1c
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgname=device-amazon-thor
|
||||
pkgver=1
|
||||
pkgrel=11
|
||||
pkgrel=12
|
||||
pkgdesc="Amazon KFHDX 7inch 2013"
|
||||
url="https://postmarketos.org"
|
||||
arch="armhf"
|
||||
|
@ -23,5 +23,5 @@ package() {
|
|||
devicepkg_package $startdir $pkgname
|
||||
}
|
||||
|
||||
sha512sums="6b1aa58c090f2f72b0c03b2180a6b7d8cf786a6d0fb16cca48d4fbfb3ebd6bfadc261a3ab9076b9202de63c58bb8c7fc51114c62170fcfdb1496d236adc890fa deviceinfo
|
||||
sha512sums="a66a68bedc632cb89de1c80f1e3118b8f8a6dbcce9a6a0a9cf75677b009b16669f82a25b0dbccf15c4db3c5e6b2e0193a91b6a98437474225d15b00ad6937025 deviceinfo
|
||||
e96725e631ba474980274266fd5af85c72fcd31543d0b5f5dbe7bd610f9650f881708a41887d61ba3e1d821b88668c3ca3d18667e9a1de918560a1ff762dda3d fb.modes"
|
||||
|
|
|
@ -28,7 +28,6 @@ deviceinfo_flash_offset_second="0x00f00000"
|
|||
deviceinfo_flash_offset_tags="0x01e00000"
|
||||
deviceinfo_flash_pagesize="2048"
|
||||
deviceinfo_flash_offset_base="0x00000000"
|
||||
deviceinfo_flash_fastboot_vendor_id="0x1949"
|
||||
deviceinfo_flash_fastboot_max_size="510"
|
||||
|
||||
deviceinfo_generate_bootimg="true"
|
||||
|
|
Loading…
Reference in a new issue