/lede-image-boilerplate

🍽A set of configs and a build script for LEDE

Primary LanguageShellGNU General Public License v3.0GPL-3.0

lede-image-builder

A set of my configs and an image build script for LEDE

The main script is build_image.sh. It will download image builder and build it with the preset of packages and configs.

Build requirements

# Debian/Ubuntu
sudo apt install -y build-essential libncurses5-dev zlib1g-dev gawk git ccache gettext libssl-dev xsltproc wget

Usage

nano build_image.sh
# edit script vars to suit your needs

# then build image
./build_image.sh

# generated image will be in /tmp
cd /tmp/lede-image-builder-*