Skip to content

Commit

Permalink
cypress-nvram: fix firmware is not exist for raspberry pi compute 4
Browse files Browse the repository at this point in the history
Fix file "brcmfmac43455-sdio.raspberrypi,4-compute-module.txt" is not exist.

Signed-off-by: Nian Bohung <[email protected]>
  • Loading branch information
sss22213 authored and hauke committed Nov 20, 2021
1 parent a3cd6c0 commit b1db558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/firmware/cypress-nvram/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit b1db558

Please sign in to comment.