This image provides a toolchain to build OpenWRT for different hardware devices.
docker pull caligari/openwrt-builder
git clone git@github.com:rafacouto/docker-openwrt-builder.git docker build -t caligari/openwrt-builder:latest ./docker-openwrt-builder
docker run --rm -e OPENWRT_TARGET=rpi-3 caligari/openwrt-builder
shows the help:
-ToDo-
docker run -v $(pwd)/src:/usr/local/openwrt/src -e OPENWRT_TARGET=rpi-3 caligari/openwrt-builder