realtek: fix default image generation
authorSander Vanheule <sander@svanheule.net>
Wed, 28 Dec 2022 20:46:48 +0000 (21:46 +0100)
committerSander Vanheule <sander@svanheule.net>
Wed, 28 Dec 2022 21:44:10 +0000 (22:44 +0100)
commitab8a5f2ea0e15e69a1f5e14642034eb75b2317fd
tree23cf8411038619c28a6272cbd8707925ab7189de
parenta14170b6e9c8bab493c5e0e7689405a8a0675e8a
realtek: fix default image generation

While cleaning up the makefiles for the realtek target, the order of the
default image generating commands was accidentally changed. This caused
the image signature to end up somewhere in the middle, misaligning the
rootfs. As a result, sysupgrade couldn't verify upgrade images anymore,
and devices end up in a boot loop due to the unaligned (and not found)
rootfs.

Fixes: 94d8b4852b9f ("realtek: Cleanup Makefiles")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/realtek/image/Makefile