firmware-lenovo-yoga-5g: support new mkintifs paths (MR 3895)
This commit is contained in:
parent
86b8ea9d90
commit
e6fa3e49c5
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Jenneron <jenneron@protonmail.com>
|
# Maintainer: Jenneron <jenneron@protonmail.com>
|
||||||
pkgname=firmware-lenovo-yoga-5g
|
pkgname=firmware-lenovo-yoga-5g
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Firmware files for Lenovo Yoga 5G"
|
pkgdesc="Firmware files for Lenovo Yoga 5G"
|
||||||
url="https://gitlab.com/jenneron/firmware-lenovo-yoga-5g"
|
url="https://gitlab.com/jenneron/firmware-lenovo-yoga-5g"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -39,13 +39,13 @@ package() {
|
||||||
install -Dm644 wlanmdsp.mbn -t "$_fwdir"
|
install -Dm644 wlanmdsp.mbn -t "$_fwdir"
|
||||||
|
|
||||||
install -Dm644 "$srcdir"/30-gpu-firmware.files -t \
|
install -Dm644 "$srcdir"/30-gpu-firmware.files -t \
|
||||||
"$pkgdir"/etc/postmarketos-mkinitfs/files
|
"$pkgdir"/usr/share/mkinitfs/files
|
||||||
|
|
||||||
# While loading ADSP firmware which is responsible for VBUS supply,
|
# While loading ADSP firmware which is responsible for VBUS supply,
|
||||||
# USB loses power for a short time. We need remoteproc firmware
|
# USB loses power for a short time. We need remoteproc firmware
|
||||||
# on initramfs stage to boot from USB.
|
# on initramfs stage to boot from USB.
|
||||||
install -Dm644 "$srcdir"/31-remoteproc-firmware.files -t \
|
install -Dm644 "$srcdir"/31-remoteproc-firmware.files -t \
|
||||||
"$pkgdir"/etc/postmarketos-mkinitfs/files
|
"$pkgdir"/usr/share/mkinitfs/files
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
|
|
Loading…
Reference in a new issue