ath10k-firmware: firmware package for QCA4019 devices
This patch adds a new firmware package to ath10k-firmware called ath10k-firmware-qca4019. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
		 Christian Lamparter
					Christian Lamparter
				
			
				
					committed by
					
						 John Crispin
						John Crispin
					
				
			
			
				
	
			
			
			 John Crispin
						John Crispin
					
				
			
						parent
						
							6c344e39cd
						
					
				
				
					commit
					b015a841fc
				
			| @@ -186,6 +186,13 @@ $(Package/ath10k-firmware-default) | ||||
|   CATEGORY:=Firmware | ||||
| endef | ||||
|  | ||||
| define Package/ath10k-firmware-qca4019 | ||||
| $(Package/ath10k-firmware-default) | ||||
|   TITLE:=ath10k firmware for IPQ/QCA4019 devices | ||||
|   SECTION:=firmware | ||||
|   CATEGORY:=Firmware | ||||
| endef | ||||
|  | ||||
| define Package/ath10k-firmware-qca6174 | ||||
| $(Package/ath10k-firmware-default) | ||||
|   TITLE:=ath10k firmware for QCA6174 devices | ||||
| @@ -231,6 +238,16 @@ define Build/Compile | ||||
|  | ||||
| endef | ||||
|  | ||||
| define Package/ath10k-firmware-qca4019/install | ||||
| 	$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA4019/hw1.0 | ||||
| 	$(INSTALL_DATA) \ | ||||
| 		$(PKG_BUILD_DIR)/QCA4019/hw1.0/board-2.bin \ | ||||
| 		$(1)/lib/firmware/ath10k/QCA4019/hw1.0/ | ||||
| 	$(INSTALL_DATA) \ | ||||
| 		$(PKG_BUILD_DIR)/QCA4019/hw1.0/3.2.1/firmware-5.bin_10.4-3.2.1-00053 \ | ||||
| 		$(1)/lib/firmware/ath10k/QCA4019/hw1.0/firmware-5.bin | ||||
| endef | ||||
|  | ||||
| define Package/ath10k-firmware-qca9887/install | ||||
| 	$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9887/hw1.0 | ||||
| 	$(INSTALL_DATA) \ | ||||
| @@ -333,6 +350,7 @@ $(eval $(call BuildPackage,ath10k-firmware-qca988x)) | ||||
| $(eval $(call BuildPackage,ath10k-firmware-qca99x0)) | ||||
| $(eval $(call BuildPackage,ath10k-firmware-qca6174)) | ||||
| $(eval $(call BuildPackage,ath10k-firmware-qca9984)) | ||||
| $(eval $(call BuildPackage,ath10k-firmware-qca4019)) | ||||
|  | ||||
| $(eval $(call BuildPackage,ath10k-firmware-qca9887-ct)) | ||||
| $(eval $(call BuildPackage,ath10k-firmware-qca988x-ct)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user