firmware-oneplus-oneplus3t: support new mkintifs paths (MR 3895)
This commit is contained in:
parent
451c2dcbd8
commit
b0ba6f346c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgname=firmware-oneplus-oneplus3t
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Firmware for OnePlus 3T"
|
||||
url="https://gitlab.com/DrGit/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
|
||||
ath10k-bdencoder -c board-2.json
|
||||
|
|
Loading…
Reference in a new issue