mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	Quoting part of original message from eefb5f741015 commit in linux-firmware repository: This adds the "minifw" version of the EIP197 firmware, which the inside- secure driver will use as a fallback if the original full-featured firmware cannot be found. This allows for using the inside-secure driver and hardware without access to "official" firmware only available under NDA. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
		
			
				
	
	
		
			10 lines
		
	
	
		
			444 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			444 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| Package/eip197-mini-firmware = $(call Package/firmware-default,Inside Secure EIP197 mini firmware)
 | |
| define Package/eip197-mini-firmware/install
 | |
| 	$(INSTALL_DIR) $(1)/lib/firmware/inside-secure/eip197_minifw
 | |
| 	$(INSTALL_DATA) \
 | |
| 		$(PKG_BUILD_DIR)/inside-secure/eip197_minifw/ifpp.bin \
 | |
| 		$(PKG_BUILD_DIR)/inside-secure/eip197_minifw/ipue.bin \
 | |
| 		$(1)/lib/firmware/inside-secure/eip197_minifw
 | |
| endef
 | |
| $(eval $(call BuildPackage,eip197-mini-firmware))
 |