device-google-spring: update MFC firmware dependency (MR 4393)
This commit is contained in:
parent
930f7d8904
commit
480bf72054
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=device-google-spring
|
pkgname=device-google-spring
|
||||||
pkgdesc="HP Chromebook 11 G1"
|
pkgdesc="HP Chromebook 11 G1"
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
|
@ -29,7 +29,7 @@ package() {
|
||||||
|
|
||||||
nonfree_firmware() {
|
nonfree_firmware() {
|
||||||
pkgdesc="WiFi/BT and MFC firmware"
|
pkgdesc="WiFi/BT and MFC firmware"
|
||||||
depends="linux-firmware-mrvl linux-firmware-other"
|
depends="linux-firmware-mrvl linux-firmware-s5p-mfc"
|
||||||
mkdir "$subpkgdir"
|
mkdir "$subpkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue