5ad102151d
GR5 is for international markets, and it's also kiwi. The existing pmaports, lk2nd and kernel works can be used directly without problems. There is nothing different found yet. The 2 phones seem to be identical except that GR5 is not branded as Honor series and it has no Honor logo on the chassis.
32 lines
880 B
Text
32 lines
880 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-huawei-kiwi
|
|
pkgdesc="Huawei Honor 5X / GR5 (2016)"
|
|
pkgver=2.1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base mkbootimg linux-postmarketos-qcom-msm8916 soc-qcom-msm8939"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Modem/GPU/WiFi/BT/Video firmware"
|
|
depends="firmware-qcom-adreno-a420 msm-firmware-loader
|
|
firmware-huawei-kiwi-venus firmware-huawei-kiwi-wcnss-nv"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
9b29325fae15bff78015be5684204f234b1c6df4e3835d0b1f39ad5dff623d4dd32a7a42e79b9d73821c9aeb0feb7a449569c356dfc252d214684e776e1539ba deviceinfo
|
|
"
|