Skip to content
Snippets Groups Projects
Forked from IOPSYS / IOWRT
Source project has a limited visibility.
  • Tobias Schramm's avatar
    8f697e40
    mkfwimage: Add image type definition for WA images · 8f697e40
    Tobias Schramm authored
    
    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: default avatarTobias Schramm <tobleminer@gmail.com>
    8f697e40
    History
    mkfwimage: Add image type definition for WA images
    Tobias Schramm authored
    
    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: default avatarTobias Schramm <tobleminer@gmail.com>