scripts: mkits.sh: replace @ with - in nodes
authorRobert Marko <robert.marko@sartura.hr>
Thu, 4 Mar 2021 11:37:21 +0000 (12:37 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 5 Mar 2021 15:45:33 +0000 (15:45 +0000)
commit5ec60cbe9d94b925393bea2a54bdaf062a28fece
tree67b161c087e347f2ccd38044bd6ffc1360b2d959
parent8d24da14702b8da820bf2e3952d5691f77136018
scripts: mkits.sh: replace @ with - in nodes

U-boot will reject the nodes with @ for the address since
commit:
https://gitlab.denx.de/u-boot/u-boot/-/commit/79af75f7776fc20b0d7eb6afe1e27c00fdb4b9b4

This in turn will cause the failure to boot with OpenWrt
generated images.

So, to rectify that simply replace @ with -.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cover also newly added rootfs@1 and initrd@1 nodes)
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
scripts/mkits.sh