Sign inSign up

alljoynsville/openwrt-builder

By alljoynsville

Updated over 7 years ago

build environment for openwrt 18.06

Image
0

529

alljoynsville/openwrt-builder repository overview

openwrt-builder

This is a docker container for building OpenWRT

To run a shell in the buildroot, execute the following command:

docker run --rm -it alljoynsville/openwrt-builder:18.06 bash

or

docker run --rm -it alljoynsville/openwrt-builder:15.05 bash

and then

cd /home/openwrt/openwrt
./scripts/feeds update -a
./scripts/feeds install -a

make defconfig
make

Tag summary

Content type

Image

Digest

Size

284.3 MB

Last updated

almost 8 years ago

docker pull alljoynsville/openwrt-builder