Skip to content
Snippets Groups Projects
Forked from IOPSYS / IOWRT
22394 commits behind the upstream repository.
  • David Bauer's avatar
    8e9a59a6
    build: add mkrasimage · 8e9a59a6
    David Bauer authored and John Crispin's avatar John Crispin committed
    
    The current make-ras.sh image generation script for the ZyXEL NBG6617
    has portability issues with bash. Because of this, factory images are
    currently not built correctly by the OpenWRT buildbots.
    
    This commit replaces the make-ras.sh by C-written mkrasimage.
    
    The new mkrasimage is also compatible with other ZyXEL devices using
    the ras image-format.
    This is not tested with the NBG6616 but it correctly builds the
    header for ZyXEL factory image.
    
    Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
    8e9a59a6
    History
    build: add mkrasimage
    David Bauer authored and John Crispin's avatar John Crispin committed
    
    The current make-ras.sh image generation script for the ZyXEL NBG6617
    has portability issues with bash. Because of this, factory images are
    currently not built correctly by the OpenWRT buildbots.
    
    This commit replaces the make-ras.sh by C-written mkrasimage.
    
    The new mkrasimage is also compatible with other ZyXEL devices using
    the ras image-format.
    This is not tested with the NBG6616 but it correctly builds the
    header for ZyXEL factory image.
    
    Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
mkrasimage.c 13.23 KiB