mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	add firmware needed for amdgpu DRM display Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			290 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			290 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| Package/amdgpu-firmware = $(call Package/firmware-default,AMDGPU Video Driver firmware)
 | |
| define Package/amdgpu-firmware/install
 | |
| 	$(INSTALL_DIR) $(1)/lib/firmware/amdgpu
 | |
| 	$(CP) \
 | |
| 		$(PKG_BUILD_DIR)/amdgpu/*.bin \
 | |
| 		$(1)/lib/firmware/amdgpu
 | |
| endef
 | |
| 
 | |
| $(eval $(call BuildPackage,amdgpu-firmware))
 |