Skip to content

sedrubal/docker-openwrt-buildroot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-openwrt-buildroot

Docker Build Status License: MIT

This is a docker container for the OpenWRT buildroot.

Because the build system requires that its command are not executed by root, the user openwrt was created. The buildroot can be found in /home/openwrt/openwrt.

Usage

  • To build the container image, run
make
  • To make the config, you've to run a shell:

To run a shell in the buildroot, run:

make run-shell

And then:

make defconfig
make prereq
make menuconfig
cp .config /srv/  # save the config outside the container
  • To compile openwrt, run
make run

More information on how to use this buildroot can be found on the OpenWRT wiki.

About

A docker container for the OpenWRT buildroot.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%