realtek: build sane factory images for DGS-1210 models
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Wed, 6 Jul 2022 11:43:23 +0000 (13:43 +0200)
committerLuiz Angelo Daros de Luca <luizluca@gmail.com>
Sat, 9 Jul 2022 01:10:16 +0000 (22:10 -0300)
commit945b13e369ad262ad6d7086e34e048ff6f797bfc
tree7877b558686535ed8ebc42364c1c908df5f944e9
parent3fbf45bd0948a335d25edc571b3b1c86a2aa19e6
realtek: build sane factory images for DGS-1210 models

During upload of firmware images the WebUI and CLI patch process
extracts a version information from the uploaded file and stores it
onto the jffs2 partition. To be precise it is written into the
flash.txt or flash2.txt files depending on the selected target image.
This data is not used anywhere else. The current OpenWrt factory
image misses this label. Therefore version information shows only
garbage. Fix this.

Before:
DGS-1210-20> show firmware information
IMAGE ONE:
Version      : xfo/QE~WQD"A\Scxq...
Size         : 5505185 Bytes

After:
DGS-1210-20> show firmware information
IMAGE ONE:
Version      : OpenWrt
Size         : 5505200 Bytes

Tested-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
(cherry picked from commit fae3ac3560459320a88be86b31c572c4bca42645)
target/linux/realtek/image/Makefile
target/linux/realtek/image/rtl838x.mk