mirror of
				https://github.com/openwrt/openwrt.git
				synced 2025-11-04 08:17:24 +08:00 
			
		
		
		
	imagebuilder: fix main entry makefile
Remove a syntax error from ImageBuider Makefile Acked-by: Paul Spooren <mail@aparcar.org> Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
This commit is contained in:
		
				
					committed by
					
						
						Daniel Golle
					
				
			
			
				
	
			
			
			
						parent
						
							dd4e6a70f2
						
					
				
				
					commit
					b19a684f46
				
			@ -138,7 +138,7 @@ package_index: FORCE
 | 
			
		||||
	(cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . > Packages && \
 | 
			
		||||
		gzip -9nc Packages > Packages.gz; \
 | 
			
		||||
		$(if $(CONFIG_SIGNATURE_CHECK), \
 | 
			
		||||
			$(STAGING_DIR_HOST)/bin/usign -S -m Packages -s $(BUILD_KEY)); \
 | 
			
		||||
			$(STAGING_DIR_HOST)/bin/usign -S -m Packages -s $(BUILD_KEY)) \
 | 
			
		||||
	) >/dev/null 2>/dev/null
 | 
			
		||||
	$(OPKG) update >&2 || true
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user