diff --git a/device/testing/device-odroid-hc2/APKBUILD b/device/testing/device-odroid-hc2/APKBUILD index 574926a1d..b0f306062 100644 --- a/device/testing/device-odroid-hc2/APKBUILD +++ b/device/testing/device-odroid-hc2/APKBUILD @@ -4,7 +4,7 @@ pkgname=device-odroid-hc2 pkgdesc="ODROID HC2" pkgver=0.7 -pkgrel=3 +pkgrel=4 url="https://postmarketos.org" license="MIT" arch="armv7" @@ -41,7 +41,7 @@ package() { nonfree_firmware() { 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" }