[openwrt/openwrt] cypress-nvram: fix firmware is not exist for raspberry pi compute 4

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 20 12:08:56 PST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b1db5585557ed069027767a80c31c6f1f2920196

commit b1db5585557ed069027767a80c31c6f1f2920196
Author: Nian Bohung <n0404.n0404 at gmail.com>
AuthorDate: Mon Oct 25 06:26:51 2021 -0700

    cypress-nvram: fix firmware is not exist for raspberry pi compute 4
    
    Fix file "brcmfmac43455-sdio.raspberrypi,4-compute-module.txt" is not exist.
    
    Signed-off-by: Nian Bohung <n0404.n0404 at gmail.com>
---
 package/firmware/cypress-nvram/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/firmware/cypress-nvram/Makefile b/package/firmware/cypress-nvram/Makefile
index 777b826088..806bfa2d92 100644
--- a/package/firmware/cypress-nvram/Makefile
+++ b/package/firmware/cypress-nvram/Makefile
@@ -100,6 +100,9 @@ define Package/cypress-nvram-43455-sdio-rpi-4b/install
 	$(INSTALL_DATA) \
 		$(PKG_BUILD_DIR)/brcmfmac43455-sdio.raspberrypi,4-model-b.txt \
 		$(1)/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
+	$(INSTALL_DATA) \
+		$(PKG_BUILD_DIR)/brcmfmac43455-sdio.raspberrypi,4-model-b.txt \
+		$(1)/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.txt
 endef
 
 $(eval $(call BuildPackage,cypress-nvram-43455-sdio-rpi-4b))



More information about the lede-commits mailing list