device-odroid-hc2: enable Samsung JPEG encoder (MR 3191)
Add missing firmware from linux-firmware-other to enable Samsung JPEG hardware encoder [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
7a0e90c2fb
commit
8848527c22
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=device-odroid-hc2
|
||||
pkgdesc="ODROID HC2"
|
||||
pkgver=0.5
|
||||
pkgver=0.6
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -40,8 +40,8 @@ package() {
|
|||
}
|
||||
|
||||
nonfree_firmware() {
|
||||
pkgdesc="U-Boot and Realtek firmware, required for a bootable system"
|
||||
depends="firmware-odroid-hc2 linux-firmware-rtl_nic"
|
||||
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"
|
||||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue