mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	ramips: image: don't break make process if mkimage command fails
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35800
This commit is contained in:
		
							parent
							
								
									275db5b4c4
								
							
						
					
					
						commit
						a08646642e
					
				@ -50,7 +50,7 @@ endef
 | 
			
		||||
 | 
			
		||||
define MkImage
 | 
			
		||||
	$(eval imagename=$(if $(4),$(4),MIPS OpenWrt Linux-$(LINUX_VERSION)))
 | 
			
		||||
	mkimage -A mips -O linux -T kernel -C $(1) $(call kernel_entry)\
 | 
			
		||||
	-mkimage -A mips -O linux -T kernel -C $(1) $(call kernel_entry)\
 | 
			
		||||
		-n "$(imagename)" \
 | 
			
		||||
		-d $(2) $(3)
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user