scripts: remove redundant character '0x0a' from Linksys image signature
authorShiji Yang <yangshiji66@qq.com>
Sun, 20 Nov 2022 03:15:16 +0000 (11:15 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 27 Nov 2022 12:18:29 +0000 (13:18 +0100)
commit9fa8fff0af727b1cf1898285926cda8a480b08f7
treede65adde69dd12e2b70b0b1d670f7850829fc350
parentacb10faa35748ca3a7e0f559c431a1a752fdc529
scripts: remove redundant character '0x0a' from Linksys image signature

The redundant character '0x0a' after the 192 bytes '0x00' padding broke
the factory image. We need to remove it to make things work again.

Fixes: e6769d11f3 scripts: fix missing character '0' issue in linksys image
Tested-by: Tony Butler <spudz76@gmail.com>
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
scripts/linksys-image.sh