image: drop combined-image build recipe
Build/combined-image is only used in ath25 target, and that defines its own version. Thus, drop the unused definition in image-commands.mk. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
		
							parent
							
								
									846e661533
								
							
						
					
					
						commit
						1cdba3d19e
					
				@ -285,14 +285,6 @@ define Build/check-size
 | 
			
		||||
	}
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
define Build/combined-image
 | 
			
		||||
	-sh $(TOPDIR)/scripts/combined-image.sh \
 | 
			
		||||
		"$(IMAGE_KERNEL)" \
 | 
			
		||||
		"$@" \
 | 
			
		||||
		"$@.new"
 | 
			
		||||
	@mv $@.new $@
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
define Build/linksys-image
 | 
			
		||||
	$(TOPDIR)/scripts/linksys-image.sh \
 | 
			
		||||
		"$(call param_get_default,type,$(1),$(DEVICE_NAME))" \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user