linux-firmware: package ath11k consumer cards firmware
Package firmware for ath11k supported QCA consumer cards from linux-firmware. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
		 Robert Marko
					Robert Marko
				
			
				
					committed by
					
						 Christian Marangi
						Christian Marangi
					
				
			
			
				
	
			
			
			 Christian Marangi
						Christian Marangi
					
				
			
						parent
						
							5968290a21
						
					
				
				
					commit
					b4d3694f81
				
			| @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk | ||||
|  | ||||
| PKG_NAME:=linux-firmware | ||||
| PKG_VERSION:=20221109 | ||||
| PKG_RELEASE:=4 | ||||
| PKG_RELEASE:=5 | ||||
|  | ||||
| PKG_SOURCE_URL:=@KERNEL/linux/kernel/firmware | ||||
| PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz | ||||
|   | ||||
							
								
								
									
										23
									
								
								package/firmware/linux-firmware/qca_ath11k.mk
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								package/firmware/linux-firmware/qca_ath11k.mk
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | ||||
| Package/ath11k-firmware-qca6390 = $(call Package/firmware-default,QCA6390 ath11k firmware) | ||||
| define Package/ath11k-firmware-qca6390/install | ||||
| 	$(INSTALL_DIR) $(1)/lib/firmware/ath11k/QCA6390/hw2.0 | ||||
| 	$(INSTALL_DATA) \ | ||||
| 		$(PKG_BUILD_DIR)/ath11k/QCA6390/hw2.0/* $(1)/lib/firmware/ath11k/QCA6390/hw2.0/ | ||||
| endef | ||||
| $(eval $(call BuildPackage,ath11k-firmware-qca6390)) | ||||
|  | ||||
| Package/ath11k-firmware-wcn6750 = $(call Package/firmware-default,WCN6750 ath11k firmware) | ||||
| define Package/ath11k-firmware-wcn6750/install | ||||
| 	$(INSTALL_DIR) $(1)/lib/firmware/ath11k/WCN6750/hw1.0 | ||||
| 	$(INSTALL_DATA) \ | ||||
| 		$(PKG_BUILD_DIR)/ath11k/WCN6750/hw1.0/* $(1)/lib/firmware/ath11k/WCN6750/hw1.0/ | ||||
| endef | ||||
| $(eval $(call BuildPackage,ath11k-firmware-wcn6750)) | ||||
|  | ||||
| Package/ath11k-firmware-wcn6855 = $(call Package/firmware-default,WCN6855 ath11k firmware) | ||||
| define Package/ath11k-firmware-wcn6855/install | ||||
| 	$(INSTALL_DIR) $(1)/lib/firmware/ath11k/WCN6855/hw2.0 | ||||
| 	$(INSTALL_DATA) \ | ||||
| 		$(PKG_BUILD_DIR)/ath11k/WCN6855/hw2.0/* $(1)/lib/firmware/ath11k/WCN6855/hw2.0/ | ||||
| endef | ||||
| $(eval $(call BuildPackage,ath11k-firmware-wcn6855)) | ||||
		Reference in New Issue
	
	Block a user