pine64-pinephonepro: add simple-card.conf symlink (MR 3356)
Add a workaround to fix loading the alsa ucm config. Related: https://github.com/Tow-Boot/Tow-Boot/issues/171 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
ca4860c34b
commit
a34fbd3571
1 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=device-pine64-pinephonepro
|
||||
pkgdesc="PINE64 PinePhone Pro"
|
||||
pkgver=3.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -95,7 +95,10 @@ package() {
|
|||
mkdir -p "$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card
|
||||
ln -s /usr/share/alsa/ucm2/PinePhonePro/PINE64-PinePhonePro-.conf \
|
||||
"$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card/PINE64-PinePhonePro-.conf
|
||||
|
||||
# Below link is a temporary workaround until next Tow-Boot Release
|
||||
# https://github.com/Tow-Boot/Tow-Boot/pull/171
|
||||
ln -s /usr/share/alsa/ucm2/PinePhonePro/PINE64-PinePhonePro-.conf \
|
||||
"$pkgdir"/usr/share/alsa/ucm2/conf.d/simple-card/simple-card.conf
|
||||
# Modem
|
||||
install -Dm755 "$srcdir"/setup-modem.sh \
|
||||
"$pkgdir"/usr/bin/pinephone_setup-modem
|
||||
|
|
Loading…
Reference in a new issue