From 8848527c220c4a4e32129177ab65ce404ca2f541 Mon Sep 17 00:00:00 2001 From: Dylan Van Assche Date: Sun, 5 Jun 2022 09:56:27 +0200 Subject: [PATCH] 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 --- device/community/device-odroid-hc2/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/device/community/device-odroid-hc2/APKBUILD b/device/community/device-odroid-hc2/APKBUILD index f28059272..8e5f1a45f 100644 --- a/device/community/device-odroid-hc2/APKBUILD +++ b/device/community/device-odroid-hc2/APKBUILD @@ -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" }