b6deac3f1c
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
27 lines
738 B
Text
Executable file
27 lines
738 B
Text
Executable file
pkgname=device-amazon-thor
|
|
pkgver=1
|
|
pkgrel=12
|
|
pkgdesc="Amazon KFHDX 7inch 2013"
|
|
url="https://postmarketos.org"
|
|
arch="armhf"
|
|
license="MIT"
|
|
depends="postmarketos-base linux-amazon-thor mkbootimg msm-fb-refresher mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
install=""
|
|
subpackages=""
|
|
source="
|
|
deviceinfo
|
|
fb.modes
|
|
"
|
|
options="!check !archcheck"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="a66a68bedc632cb89de1c80f1e3118b8f8a6dbcce9a6a0a9cf75677b009b16669f82a25b0dbccf15c4db3c5e6b2e0193a91b6a98437474225d15b00ad6937025 deviceinfo
|
|
e96725e631ba474980274266fd5af85c72fcd31543d0b5f5dbe7bd610f9650f881708a41887d61ba3e1d821b88668c3ca3d18667e9a1de918560a1ff762dda3d fb.modes"
|