build: add a script for generating Linksys factory images
authorOever González <notengobattery@gmail.com>
Thu, 24 Jan 2019 03:20:55 +0000 (21:20 -0600)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 26 Jan 2019 20:43:07 +0000 (21:43 +0100)
commit892d741259ae1f8c4b18ba8ae26c7f85f83f6340
tree8c5f3493eeab98d186b433435892958f080cff1e
parentc43acdf34201c33a6139eca7d3e9e3913e841b59
build: add a script for generating Linksys factory images

This commit adds the 'Build/linksys-image' rule and the
'linksys-image.sh' script to the build system.

This change is needed for generating factory images for the Linksys
EA6350v3 device. Without this patch, only valid sysupgrade images can be
generated. With this patch, users can flash the device without the
need of physical access or disassembly.

Signed-off-by: Ryan Pannell <ryan@osukl.com>
Signed-off-by: Oever González <notengobattery@gmail.com>
include/image-commands.mk
scripts/linksys-image.sh [new file with mode: 0755]