device-google-spring: update MFC firmware dependency (MR 4393)

This commit is contained in:
Anton Bambura 2023-09-11 19:50:55 +03:00 committed by Oliver Smith
parent 930f7d8904
commit 480bf72054
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -2,7 +2,7 @@
pkgname=device-google-spring
pkgdesc="HP Chromebook 11 G1"
pkgver=1
pkgrel=2
pkgrel=3
url="https://postmarketos.org"
license="MIT"
arch="armv7"
@ -29,7 +29,7 @@ package() {
nonfree_firmware() {
pkgdesc="WiFi/BT and MFC firmware"
depends="linux-firmware-mrvl linux-firmware-other"
depends="linux-firmware-mrvl linux-firmware-s5p-mfc"
mkdir "$subpkgdir"
}