From b6deac3f1c6e121d428050176c62ea67c016efd4 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 26 Sep 2019 22:59:54 +0200 Subject: [PATCH] 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 --- device/device-amazon-thor/APKBUILD | 4 ++-- device/device-amazon-thor/deviceinfo | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/device/device-amazon-thor/APKBUILD b/device/device-amazon-thor/APKBUILD index 93475b37f..9478d758b 100755 --- a/device/device-amazon-thor/APKBUILD +++ b/device/device-amazon-thor/APKBUILD @@ -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" diff --git a/device/device-amazon-thor/deviceinfo b/device/device-amazon-thor/deviceinfo index 973b1bafa..f8a36dafd 100755 --- a/device/device-amazon-thor/deviceinfo +++ b/device/device-amazon-thor/deviceinfo @@ -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"