de80777e1a
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.
14 lines
397 B
Diff
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"
|
|
};
|
|
|
|
/*
|