device-fairphone-fp5: add unl0kr quirk (MR 5910)
Added a config file to /etc/unl0kr.conf.d/ to fix issue with unl0kr being invisible during boot. Commit-Msg-Tweaked-By: Oliver Smith <ollieparanoid@postmarketos.org>
This commit is contained in:
parent
f261f55ea7
commit
aa7eb4ed77
2 changed files with 9 additions and 2 deletions
2
device/testing/device-fairphone-fp5/10-unl0kr.conf
Normal file
2
device/testing/device-fairphone-fp5/10-unl0kr.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[quirks]
|
||||
fbdev_force_refresh=true
|
||||
|
|
@ -2,8 +2,8 @@
|
|||
# Maintainer: Luca Weiss <luca@lucaweiss.eu>
|
||||
pkgname=device-fairphone-fp5
|
||||
pkgdesc="Fairphone 5"
|
||||
pkgver=4
|
||||
pkgrel=2
|
||||
pkgver=5
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
@ -32,6 +32,7 @@ makedepends="devicepkg-dev"
|
|||
replaces="hexagonrpcd-openrc"
|
||||
subpackages="$pkgname-openrc"
|
||||
source="
|
||||
10-unl0kr.conf
|
||||
81-libssc-fairphone-fp5.rules
|
||||
deviceinfo
|
||||
hexagonrpcd.confd
|
||||
|
|
@ -56,6 +57,9 @@ package() {
|
|||
mkdir -p "$pkgdir"/usr/share/alsa/ucm2/conf.d/qcm6490
|
||||
ln -s /usr/share/alsa/ucm2/Fairphone/fp5/fp5.conf \
|
||||
"$pkgdir"/usr/share/alsa/ucm2/conf.d/qcm6490/Fairphone\ 5.conf
|
||||
|
||||
install -Dm644 "$srcdir"/10-unl0kr.conf \
|
||||
"$pkgdir"/etc/unl0kr.conf.d/10-unl0kr.conf
|
||||
}
|
||||
|
||||
openrc() {
|
||||
|
|
@ -67,6 +71,7 @@ openrc() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
f700af3145b79d1ef9edfb22982899b25cabfb212f9620dcbd3a2e6f44b5ad591e0a66056c6fcd66c3fde89a2b5f551e8a8fe2e65cf0e2a48adec57c027d7825 10-unl0kr.conf
|
||||
2c16ba75e0077b2b1eaefa4c73b287475505a1aeb291ec29316d41cc094277320f9d2aaabfd91eb1dc0f488ab2d61a94faef16e7afe0f1e226779113761b9a37 81-libssc-fairphone-fp5.rules
|
||||
3062dc927b0521512782b34b0a12739aa455794bc49c25d423cf584b6f264f2cef8629bcc70b194d0e58712a21f64aa2c3b61336a904fe9173991f42b9c94f89 deviceinfo
|
||||
206c7b2616b61c1f7630933d036875985e78cfc23e6a175795b328d251684abeceb06373da4ae211f6f7dd7e45fb3b3238bb8a4b5698906be626d8d918adf5b3 hexagonrpcd.confd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue