Skip to content

PfannenHans/docker-lede-buildroot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-lede-buildroot

Docker Build Status License: MIT

This is a docker container for the buildroot of the OpenWRT fork Lede.

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

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 lede, run
make run

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

About

A docker container for the Lede buildroot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%