aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/fw.h
Commit message (Collapse)AuthorAgeFilesLines
* mkfwimage: Add image type definition for WA imagesTobias Schramm2018-10-071-0/+8
| | | | | | | | | | | | | This patch adds a new type of ubiquiti image, the WA image. First seen on the NanoStation AC loco the generic name implies that we will see this type of image on more ubiquiti devices thus it makes sense to implement it in mkfwimage. The main difference is that WA images are signed. The "END" header has been replaced by a "ENDS" header followed by a 2048 bit RSA signature. This signature is not being generated by mkfwimage and filled with 0x00. Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
* buld images for the Ubiquiti LiteStation and NanoStation ported from ↵Travis Kemen2008-05-071-0/+70
http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3 SVN-Revision: 11061