mirror of https://github.com/hak5/openwrt-owl.git
bcm53xx: image: don't suppress "mv" command echoing
We call all commands normally, with standard echoing. It's useful for debugging with V=s. Don't make lzma compression an exception, it's a bit confusing this way. Signed-off-by: Rafał Miłecki <zajec5@gmail.com>owl
parent
b3b797076e
commit
c940ccedd8
|
@ -19,7 +19,7 @@ endef
|
|||
|
||||
define Build/lzma-d16
|
||||
$(STAGING_DIR_HOST)/bin/lzma e $@ -d16 $(1) $@.new
|
||||
@mv $@.new $@
|
||||
mv $@.new $@
|
||||
endef
|
||||
|
||||
define Build/trx-serial
|
||||
|
|
Loading…
Reference in New Issue