blob: f67d95b22c55e7e03e2befcc674e157699131c87 [file] [log] [blame]
Andrew Geissler87f5cff2022-09-30 13:13:31 -05001From b9db43e36ad0942d33cb4db5b394abd722862568 Mon Sep 17 00:00:00 2001
2From: Andrei Gherzan <andrei.gherzan@huawei.com>
3Date: Fri, 9 Sep 2022 20:28:06 +0200
4Subject: [PATCH] Default 43455 firmware to standard variant
5
6The firmware for 43455 is loaded as a symlink: brcmfmac43455-sdio.bin.
7This symlink is now broken as the debian package handles the right
8target of this symlink through a postinstall. We don't have that logic
9here so we default to the standard variant.
10
11Upstream-Status: Inappropriate [issue reported at https://github.com/RPi-Distro/firmware-nonfree/issues/26]
12Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
13---
14 debian/config/brcm80211/brcm/brcmfmac43455-sdio.bin | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17diff --git a/debian/config/brcm80211/brcm/brcmfmac43455-sdio.bin b/debian/config/brcm80211/brcm/brcmfmac43455-sdio.bin
18index 9c39208..b914838 120000
19--- a/debian/config/brcm80211/brcm/brcmfmac43455-sdio.bin
20+++ b/debian/config/brcm80211/brcm/brcmfmac43455-sdio.bin
21@@ -1 +1 @@
22-../cypress/cyfmac43455-sdio.bin
23\ No newline at end of file
24+../cypress/cyfmac43455-sdio-standard.bin
25\ No newline at end of file
26--
272.25.1
28