From 730292a79b43571ffaf403f1eecb80df47573fe6 Mon Sep 17 00:00:00 2001 From: Anton Bambura Date: Mon, 11 Sep 2023 19:50:56 +0300 Subject: [PATCH] firmware-samsung-chagall: update MFC firmware dependency (MR 4393) --- device/testing/firmware-samsung-chagall/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/device/testing/firmware-samsung-chagall/APKBUILD b/device/testing/firmware-samsung-chagall/APKBUILD index 72e81ddb3..400875862 100644 --- a/device/testing/firmware-samsung-chagall/APKBUILD +++ b/device/testing/firmware-samsung-chagall/APKBUILD @@ -1,6 +1,6 @@ pkgname=firmware-samsung-chagall pkgver=2 -pkgrel=0 +pkgrel=1 pkgdesc="Firmware for Samsung chagallwifi and chagalllte" url="https://github.com/TheMuppets/proprietary_vendor_samsung" arch="armv7" @@ -39,8 +39,7 @@ downstream() { mainline() { pkgdesc="Firmware for Samsung chagall* when using mainline kernel" install_if="device-samsung-chagallwifi-kernel-mainline" - # linux-firmware-other contains s5p-mfc-v7.fw - depends="linux-firmware-other" + depends="linux-firmware-s5p-mfc" mkdir -p "$subpkgdir" }