The package kmod-net-prism54 misses the firmware file in /lib/firmware.
Signed-Off-By: Joerg Albert <jal2 at gmx.de> SVN-Revision: 13223
This commit is contained in:
		@@ -196,5 +196,22 @@ define KernelPackage/net-prism54/description
 | 
				
			|||||||
 Kernel modules for Intersil Prism54 support
 | 
					 Kernel modules for Intersil Prism54 support
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Prism54 FullMAC firmware (jbnore.free.fr seems to be rather slow, so we use daemonizer.de)
 | 
				
			||||||
 | 
					#PRISM54_FW:=p54pcifm_1.0.4.3.arm
 | 
				
			||||||
 | 
					PRISM54_FW:=1.0.4.3.arm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					define Download/net-prism54
 | 
				
			||||||
 | 
						FILE:=$(PRISM54_FW)
 | 
				
			||||||
 | 
					#	URL:=http://jbnote.free.fr/prism54usb/data/firmwares/
 | 
				
			||||||
 | 
						URL:=http://daemonizer.de/prism54/prism54-fw/fw-fullmac/
 | 
				
			||||||
 | 
						MD5SUM:=8bd4310971772a486b9784c77f8a6df9
 | 
				
			||||||
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					define KernelPackage/net-prism54/install
 | 
				
			||||||
 | 
						$(INSTALL_DIR) $(1)/lib/firmware
 | 
				
			||||||
 | 
						$(INSTALL_DATA) $(DL_DIR)/$(PRISM54_FW) $(1)/lib/firmware/isl3890
 | 
				
			||||||
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$(eval $(call Download,net-prism54))
 | 
				
			||||||
$(eval $(call KernelPackage,net-prism54))
 | 
					$(eval $(call KernelPackage,net-prism54))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user