An open API service indexing awesome lists of open source software.

https://github.com/gnuton/openwrt-asus-toolchains-docker

Docker image with toolchains needed to build openwrt asus images
https://github.com/gnuton/openwrt-asus-toolchains-docker

Last synced: 4 months ago
JSON representation

Docker image with toolchains needed to build openwrt asus images

Awesome Lists containing this project

README

          

# openwrt-asus-toolchain-docker
Docker image with toolchains needed to build openwrt asus images

## Use this docker image
The following command will run a docker container containing the toolchain to build openwrt for the supported targets.

```bash
docker run -it -v /path/to/openwrt/source/code/to/build:/build gnuton/openwrt-asus-toolchains-docker /bin/bash
```

## Build the docker file
```bash
docker build .
```