aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/image/ImageInfo-nas4220b
Commit message (Collapse)AuthorAgeFilesLines
* gemini: use dts compatible based image filenamesMathias Kresin2019-01-261-19/+0
| | | | | | | | Use an output image filename based on the compatible string from the dts files. This way it is way easier to get for which board an image is intended. Signed-off-by: Mathias Kresin <dev@kresin.me>
* gemini: unify and fix ib-nas4220b and sq201 image creationChristian Lamparter2019-01-241-0/+19
Both Build/sq201-images and Build/nas4220b-images scripts are very similar. This patch unifies both methods at the cost of renaming the produced sysupgrade file names, but with the benifit of creating better reproducible files. The patch also fixes a race in parallel builds in which case the ImageInfo of one device could end up in both sysupgrade files. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>