31 lines
1.2 KiB
Diff
31 lines
1.2 KiB
Diff
From c52ba8f88ddd5c88db2597437a9dd18bcfcc8527 Mon Sep 17 00:00:00 2001
|
|
From: Peter Robinson <pbrobinson@gmail.com>
|
|
Date: Sun, 16 Oct 2022 13:48:35 +0100
|
|
Subject: [PATCH] brcm: add symlink for Pi Zero 2 W NVRAM file
|
|
|
|
The Raspberry Pi Zero 2 W comes with two possible WiFi modules.
|
|
One of them is the same module as shipped in the original
|
|
Raspberry Pi 3B and Zero W so lets link them so the devices
|
|
with that module will work out of the box.
|
|
|
|
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
|
|
---
|
|
WHENCE | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/WHENCE b/WHENCE
|
|
index 816cf7c..0c6dd8e 100644
|
|
--- a/WHENCE
|
|
+++ b/WHENCE
|
|
@@ -2857,6 +2857,7 @@ File: "brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt"
|
|
File: "brcm/brcmfmac43430-sdio.MUR1DX.txt"
|
|
File: "brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt"
|
|
Link: brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt -> brcmfmac43430-sdio.raspberrypi,3-model-b.txt
|
|
+Link: brcm/brcmfmac43430-sdio.raspberrypi,model-zero-2-w.txt -> brcmfmac43430-sdio.raspberrypi,3-model-b.txt
|
|
File: "brcm/brcmfmac43455-sdio.acepc-t8.txt"
|
|
File: "brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt"
|
|
Link: brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt -> brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
|
|
--
|
|
2.37.3
|
|
|