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.
43 lines
1.3 KiB
Text
43 lines
1.3 KiB
Text
pkgname=firmware-huawei-kiwi
|
|
pkgver=1
|
|
pkgrel=2
|
|
_name="Huawei Honor 5X / GR5 (2016)"
|
|
pkgdesc="Firmware for $_name"
|
|
url="https://git.sr.ht/~bo41/firmware-huawei-kiwi"
|
|
subpackages="$pkgname-venus $pkgname-wcnss-nv:wcnss_nv"
|
|
arch="aarch64"
|
|
license="proprietary"
|
|
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
|
makedepends="pil-squasher"
|
|
_commit="2a4db2a026568abfaf342211e9f3d63ac044a9d9"
|
|
source="$pkgname-$_commit.tar.gz::$url/archive/$_commit.tar.gz"
|
|
builddir="$srcdir/$pkgname-$_commit"
|
|
|
|
_fwdir="/lib/firmware/postmarketos"
|
|
|
|
build() {
|
|
# venus.mbn exists already but seems a bit different
|
|
pil-squasher venus2.mbn venus.mdt
|
|
}
|
|
|
|
package() {
|
|
# parent package is empty
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|
|
venus() {
|
|
pkgdesc="$_name video firmware"
|
|
|
|
# Linux detects squashed (.mbn) vs non-squashed (.mdt + .b*) based on
|
|
# file contents, so it is fine to install venus.mbn to venus.mdt
|
|
install -Dm644 "$builddir"/venus2.mbn "$subpkgdir/$_fwdir"/qcom/venus-1.8/venus.mdt
|
|
}
|
|
|
|
wcnss_nv() {
|
|
pkgdesc="$_name WiFi/BT firmware configuration"
|
|
install -Dm644 "$builddir"/WCNSS_qcom_wlan_nv.bin -t "$subpkgdir/$_fwdir"/wlan/prima
|
|
}
|
|
|
|
sha512sums="
|
|
a5aa89b37ff2e6ac5e8808cf6be97d7850e0d52c7654abf6c044de54c42c737a0b4242c439856dd56c4c5f2721b79941b604ac5a42506aec8020283c446301d4 firmware-huawei-kiwi-2a4db2a026568abfaf342211e9f3d63ac044a9d9.tar.gz
|
|
"
|