/openwrt-build

My build-scripts for generating customized OpenWRT device-images

Primary LanguageMakefile

automatic openwrt image builder

My collection of scripts and config to automatically build firmware-images for my OpenWRT-devices.

dependencies

These scripts depends on the OpenWRT image-builder tool, which has the following explicit dependencies:

sudo apt install build-essential libncurses5-dev libncursesw5-dev \
zlib1g-dev gawk git gettext libssl-dev xsltproc wget unzip python

building images

To bootstrap and build the images use:

make

upgrading

Edit makefile and update the RELEASE variable to match latest OpenWRT release.

Optionally you can provide a release-name inline as a make varibale to create a single build for a specific release.

make RELEASE=19.07.1

To make a snapshot-build, a more involved command-line is required:

make RELEASE=snapshot RELEASEDASH= RELEASEFOLDER=snapshots