1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-06-06 15:36:24 +00:00
2018-11-23 03:55:28 +02:00
2018-11-23 03:55:28 +02:00
2015-02-04 15:20:25 +02:00
2018-08-08 11:37:30 +03:00

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
Description
No description provided
Readme MIT 50 KiB
Languages
Dockerfile 100%