firmware-oneplus-oneplus3: support new mkintifs paths (MR 3895)
This commit is contained in:
parent
1c406191fb
commit
451c2dcbd8
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgname=firmware-oneplus-oneplus3
|
||||
pkgver=4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Firmware for OnePlus 3"
|
||||
url="https://gitlab.com/DrGitX/firmware-oneplus3"
|
||||
arch="aarch64"
|
||||
|
@ -97,7 +97,7 @@ package() {
|
|||
|
||||
# Install 20-adreno-gpu-firmware.files
|
||||
install -Dm644 "$srcdir/20-adreno-gpu-firmware.files" \
|
||||
"$pkgdir/etc/postmarketos-mkinitfs/files/20-adreno-gpu-firmware.files"
|
||||
"$pkgdir/usr/share/mkinitfs/files/20-adreno-gpu-firmware.files"
|
||||
|
||||
# Create and install ath10k board file
|
||||
echo "[{\"names\":[\"$_ath10k_boardname\"],\"data\":\"bdwlan30.bin\"}]" > board-2.json
|
||||
|
|
Loading…
Reference in a new issue