device-samsung-golden: support new mkintifs paths (MR 3895)
This commit is contained in:
parent
b951132dbf
commit
8d0e705c2f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=device-samsung-golden
|
pkgname=device-samsung-golden
|
||||||
pkgdesc="Samsung Galaxy S III mini"
|
pkgdesc="Samsung Galaxy S III mini"
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=14
|
pkgrel=15
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
|
@ -38,7 +38,7 @@ kernel_downstream() {
|
||||||
|
|
||||||
# USB
|
# USB
|
||||||
install -Dm644 "$srcdir"/init-usb-hook.sh \
|
install -Dm644 "$srcdir"/init-usb-hook.sh \
|
||||||
"$subpkgdir"/etc/postmarketos-mkinitfs/hooks/00-init_usb.sh
|
"$subpkgdir"/usr/share/mkinitfs/hooks/00-init_usb.sh
|
||||||
|
|
||||||
# WiFi kernel module configuration
|
# WiFi kernel module configuration
|
||||||
install -Dm644 "$srcdir"/modules-load-wifi.conf \
|
install -Dm644 "$srcdir"/modules-load-wifi.conf \
|
||||||
|
|
Loading…
Reference in a new issue