Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2485229 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge " base: firmware: add /lib64/firmware to firmware loading path"

parents be58516a 228ba61c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -311,7 +311,8 @@ static const char * const fw_path[] = {
	"/lib/firmware/updates/" UTS_RELEASE,
	"/lib/firmware/updates",
	"/lib/firmware/" UTS_RELEASE,
	"/lib/firmware"
	"/lib/firmware",
	"/lib64/firmware"
};

/*