mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-01 03:03:16 +00:00
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:
parent
fec4fb3a56
commit
275c51bf40
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user