pmaports/device/linux-samsung-a5y17lte/fix_firmware_path.patch
dzmitry de80777e1a
samsung-a5y17lte: add universal7880 firmware. (!544)
Firmware for Exynos 7880 SOC from https://github.com/TheMuppets
It is needed to enable wifi, and possibly other hardware. All of firmware found on Muppets has been packaged.
Also contains wlan module configuration.
2019-08-15 18:08:29 +02:00

14 lines
397 B
Diff

diff --git a/drivers/base/firmware_class.c b/drivers/base/firmware_class.c
index 68dba891b8e..dacb6c373b1 100644
--- a/drivers/base/firmware_class.c
+++ b/drivers/base/firmware_class.c
@@ -279,7 +279,8 @@ static const char * const fw_path[] = {
"/etc/firmware",
"/etc/firmware/wlan",
#endif /* CONFIG_QCOM_WIFI */
- "/lib/firmware"
+ "/lib/firmware",
+ "/lib/firmware/postmarketos"
};
/*