treewide: fix shell errors during dump stage
authorPetr Štetiar <ynezz@true.cz>
Thu, 15 Jun 2023 14:11:27 +0000 (16:11 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 13 Nov 2023 13:01:25 +0000 (14:01 +0100)
commit8fc496be860192f8bd1f16913657626014c8863f
treeceaec6fbb489b493a2548dea7d85a02faf49e62a
parentb522da5b16c7e5952d364b933b921786198f9fe5
treewide: fix shell errors during dump stage

Fixes following issues:

 bash: -c: line 1: `echo 1686820180<LINUX_VERMAGIC> | /staging_dir/host/bin/mkhash md5 | cut -b1-8'
 bash: -c: line 1: `echo 1686820180<LINUX_VERMAGIC> | /staging_dir/host/bin/mkhash md5 | sed -E 's/(.{8})(.{4})(.{4})(.{4})(.{10})../\1-\2-\3-\4-\500/''
 bash: -c: line 1: syntax error near unexpected token `|'
 bash: line 1: *1024*1024: syntax error: operand expected (error token is "*1024*1024")
 bash: line 1: (64 + ): syntax error: operand expected (error token is ")")
 expr: syntax error: missing argument after '+'

Signed-off-by: Petr Štetiar <ynezz@true.cz>
include/image.mk
target/linux/layerscape/image/Makefile
target/linux/mediatek/image/filogic.mk
target/linux/mediatek/image/mt7622.mk
target/linux/mediatek/image/mt7623.mk