samsung-goyawifi: /lib/{modprobe, modules-load}.d -> /usr/lib/{modprobe, modules-load}.d
The previous commit moving these to only `/lib/` was an error on my part for misreading the manpages of kmod. Alpine *does* correctly handle modules under `/usr/lib/`, so this is fine. Signed-off-by: Aster Boese <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7033>
This commit is contained in:
parent
c24b54f075
commit
ef79caff27
1 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=device-samsung-goyawifi
|
||||
pkgdesc="Samsung Galaxy Tab 3 Lite"
|
||||
pkgver=2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
|
@ -41,12 +41,12 @@ package() {
|
|||
|
||||
# Add module rules for Wi-Fi (mbt8xxx kernel panic)
|
||||
install -D -m644 "$srcdir"/goyawifi.conf \
|
||||
"$pkgdir"/lib/modprobe.d/goyawifi.conf
|
||||
"$pkgdir"/usr/lib/modprobe.d/goyawifi.conf
|
||||
install -D -m644 "$srcdir"/sd8xxx.conf \
|
||||
"$pkgdir"/lib/modules-load.d/sd8xxx.conf
|
||||
"$pkgdir"/usr/lib/modules-load.d/sd8xxx.conf
|
||||
# Load Vivante GPU module
|
||||
install -D -m644 "$srcdir"/galcore.conf \
|
||||
"$pkgdir"/lib/modules-load.d/galcore.conf
|
||||
"$pkgdir"/usr/lib/modules-load.d/galcore.conf
|
||||
|
||||
# Alsa UCM configs
|
||||
install -Dm644 "$srcdir"/emei-dkb-hifi.conf \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue