Skip to content

Building a first image with LibreMesh

Add LibreMesh feeds to OpenWrt and generate a minimal image.

Building a first image with LibreMesh
cp feeds.conf.default feeds.conf
cat << 'EOF' >> feeds.conf
src-git libremesh https://github.com/libremesh/lime-packages.git;master
src-git profiles https://github.com/libremesh/network-profiles.git
EOF
scripts/feeds update -a
scripts/feeds install -a
make menuconfig

Select the recorded LibreMesh base, LuCI, pt-br translation, and image name/version. Then run make V=s.

Using master reproduces the initial step; stable releases later pinned commits.

Terminology note

This tutorial documents the current environment: OpenWrt + LibreMesh. LiRoOS/LibreRouterOS are treated as historical names.

Last updated on