Revert "image-commands.mk: Be consistent in command invocation"
This reverts commit fcff234fd8.
$(STAGING_DIR_HOST)/bin/gzip is not available in openwrt-22.03. The
change broke the build because the build process could not find this
file. For example ath79/generic netgear_wndap360 was affected.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
			
			
This commit is contained in:
		@@ -298,7 +298,7 @@ define Build/fit
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
define Build/gzip
 | 
			
		||||
	$(STAGING_DIR_HOST)/bin/gzip -f -9n -c $@ $(1) > $@.new
 | 
			
		||||
	gzip -f -9n -c $@ $(1) > $@.new
 | 
			
		||||
	@mv $@.new $@
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user