26 lines
911 B
Diff
26 lines
911 B
Diff
From 94ee3042ad924d2ef8383dcde511a99660c23732 Mon Sep 17 00:00:00 2001
|
|
From: Peter Robinson <pbrobinson@gmail.com>
|
|
Date: Mon, 21 Jan 2019 07:41:41 +0000
|
|
Subject: [PATCH 1/2] brcm: Raspberry Pi 3A+ WiFi NVRAM support
|
|
|
|
The Raspberry Pi 3A+ uses the same WiFi module as the 3B+ so we
|
|
just symlink the expected NVRAM file to the 3B+ one.
|
|
|
|
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
|
|
---
|
|
brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
create mode 120000 brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt
|
|
|
|
diff --git a/brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt b/brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt
|
|
new file mode 120000
|
|
index 0000000..36b5530
|
|
--- /dev/null
|
|
+++ b/brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt
|
|
@@ -0,0 +1 @@
|
|
+brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
|
|
\ No newline at end of file
|
|
--
|
|
2.20.1
|
|
|