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>
This commit is contained in:
		 Nian Bohung
					Nian Bohung
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							a3cd6c0b89
						
					
				
				
					commit
					b1db558555
				
			| @@ -100,6 +100,9 @@ define Package/cypress-nvram-43455-sdio-rpi-4b/install | |||||||
| 	$(INSTALL_DATA) \ | 	$(INSTALL_DATA) \ | ||||||
| 		$(PKG_BUILD_DIR)/brcmfmac43455-sdio.raspberrypi,4-model-b.txt \ | 		$(PKG_BUILD_DIR)/brcmfmac43455-sdio.raspberrypi,4-model-b.txt \ | ||||||
| 		$(1)/lib/firmware/brcm/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 | endef | ||||||
|  |  | ||||||
| $(eval $(call BuildPackage,cypress-nvram-43455-sdio-rpi-4b)) | $(eval $(call BuildPackage,cypress-nvram-43455-sdio-rpi-4b)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user