Skip to content

Building a first OpenWrt image

Validate the environment by generating a plain OpenWrt image.

Building a first OpenWrt image

Clone OpenWrt 24.10.7, select the device, and build before adding LibreMesh.

git clone -b v24.10.7 --single-branch https://github.com/openwrt/openwrt
cd openwrt
make menuconfig
make download
time make V=s

EAP225-Outdoor v3: ath79/generic. EAP235-Wall v1: ramips/mt7621.

Binaries are expected under bin/targets/ath79/generic/ or bin/targets/ramips/mt7621/. This is not yet a OpenWrt image with LibreMesh.

Last updated on