device-odroid-hc2: update MFC firmware dependency (MR 4393)
This commit is contained in:
parent
480bf72054
commit
39aaadf0dc
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
pkgname=device-odroid-hc2
|
pkgname=device-odroid-hc2
|
||||||
pkgdesc="ODROID HC2"
|
pkgdesc="ODROID HC2"
|
||||||
pkgver=0.7
|
pkgver=0.7
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
|
@ -41,7 +41,7 @@ package() {
|
||||||
|
|
||||||
nonfree_firmware() {
|
nonfree_firmware() {
|
||||||
pkgdesc="U-Boot, Samsung JPEG encoder, and Realtek firmware, required for a bootable system"
|
pkgdesc="U-Boot, Samsung JPEG encoder, and Realtek firmware, required for a bootable system"
|
||||||
depends="firmware-odroid-hc2 linux-firmware-rtl_nic linux-firmware-other"
|
depends="firmware-odroid-hc2 linux-firmware-rtl_nic linux-firmware-other linux-firmware-s5p-mfc"
|
||||||
mkdir "$subpkgdir"
|
mkdir "$subpkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue