aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware
diff options
context:
space:
mode:
authorNian Bohung <n0404.n0404@gmail.com>2021-10-25 06:26:51 -0700
committerHauke Mehrtens <hauke@hauke-m.de>2021-11-20 21:08:25 +0100
commitb1db5585557ed069027767a80c31c6f1f2920196 (patch)
treee5b63ef95cf9f34b26e664813897e81f092aa73a /package/firmware
parenta3cd6c0b893473ed5fa62105f81d39e2ff780773 (diff)
downloadupstream-b1db5585557ed069027767a80c31c6f1f2920196.tar.gz
upstream-b1db5585557ed069027767a80c31c6f1f2920196.tar.bz2
upstream-b1db5585557ed069027767a80c31c6f1f2920196.zip
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@gmail.com>
Diffstat (limited to 'package/firmware')
-rw-r--r--package/firmware/cypress-nvram/Makefile3
1 files changed, 3 insertions, 0 deletions
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))