[openwrt/openwrt] bcm27xx: switch to linux-firmware SDIO NVRAM
LEDE Commits
lede-commits at lists.infradead.org
Tue Nov 15 11:55:38 PST 2022
noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/729cdff71dc00f6432fcd3d5045c610d8ff27ed9
commit 729cdff71dc00f6432fcd3d5045c610d8ff27ed9
Author: Kuan-Yi Li <kyli at abysm.org>
AuthorDate: Sat Oct 22 23:26:35 2022 +0800
bcm27xx: switch to linux-firmware SDIO NVRAM
Package `cypress-nvram` was added because back then the files for newer
RPi models on `linux-firmware` didn't have the proper values.
It is the other way around nowadays, so switch back to `linux-firmware`.
Signed-off-by: Kuan-Yi Li <kyli at abysm.org>
---
target/linux/bcm27xx/image/Makefile | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/target/linux/bcm27xx/image/Makefile b/target/linux/bcm27xx/image/Makefile
index 650d673025..e605a9a5c8 100644
--- a/target/linux/bcm27xx/image/Makefile
+++ b/target/linux/bcm27xx/image/Makefile
@@ -76,7 +76,7 @@ define Device/rpi
raspberrypi,model-zero raspberrypi,model-zero-w
DEVICE_PACKAGES := \
cypress-firmware-43430-sdio \
- cypress-nvram-43430-sdio-rpi-zero-w \
+ brcmfmac-firmware-43430-sdio-rpi-zero-w \
kmod-brcmfmac wpad-basic-wolfssl
endef
ifeq ($(SUBTARGET),bcm2708)
@@ -107,11 +107,11 @@ define Device/rpi-2
raspberrypi,model-zero-2
DEVICE_PACKAGES := \
cypress-firmware-43430-sdio \
- cypress-nvram-43430-sdio-rpi-3b \
+ brcmfmac-firmware-43430-sdio-rpi-3b \
cypress-firmware-43455-sdio \
- cypress-nvram-43455-sdio-rpi-3b-plus \
- cypress-nvram-43455-sdio-rpi-4b \
- cypress-nvram-43455-sdio-rpi-cm4 \
+ brcmfmac-firmware-43455-sdio-rpi-3b-plus \
+ brcmfmac-firmware-43455-sdio-rpi-4b \
+ brcmfmac-firmware-43455-sdio-rpi-cm4 \
kmod-brcmfmac wpad-basic-wolfssl
IMAGE/sysupgrade.img.gz := boot-common | boot-2708 | boot-2711 | sdcard-img | gzip | append-metadata
IMAGE/factory.img.gz := boot-common | boot-2708 | boot-2711 | sdcard-img | gzip
@@ -140,9 +140,9 @@ define Device/rpi-3
raspberrypi,model-zero-2
DEVICE_PACKAGES := \
cypress-firmware-43430-sdio \
- cypress-nvram-43430-sdio-rpi-3b \
+ brcmfmac-firmware-43430-sdio-rpi-3b \
cypress-firmware-43455-sdio \
- cypress-nvram-43455-sdio-rpi-3b-plus \
+ brcmfmac-firmware-43455-sdio-rpi-3b-plus \
kmod-brcmfmac wpad-basic-wolfssl
endef
ifeq ($(SUBTARGET),bcm2710)
@@ -163,8 +163,8 @@ define Device/rpi-4
raspberrypi,4-model-b
DEVICE_PACKAGES := \
cypress-firmware-43455-sdio \
- cypress-nvram-43455-sdio-rpi-4b \
- cypress-nvram-43455-sdio-rpi-cm4 \
+ brcmfmac-firmware-43455-sdio-rpi-4b \
+ brcmfmac-firmware-43455-sdio-rpi-cm4 \
kmod-brcmfmac wpad-basic-wolfssl \
kmod-usb-net-lan78xx
IMAGE/sysupgrade.img.gz := boot-common | boot-2711 | sdcard-img | gzip | append-metadata
More information about the lede-commits
mailing list