Sign inSign up

gnuton/asus-mediatek-toolchains-docker

By gnuton

Updated about 7 years ago

Image
0

1.1K

gnuton/asus-mediatek-toolchains-docker repository overview

Docker Pulls

Asus Mediatek Toolchains in a Docker container

This repository contains Mediatek toolchains needed to build ASUS DSL-N firmware.

Quick start

This docker image can be used to build mediatek based firware on the cloud on your local machine

Local
cd firmware_src_dir
docker run -it -v $PWD:/build gnuton/asus-mediatek-toolchains-docker:latest /bin/bash
Cloud: CircleCI pipeline

An example of CircleCi pipeline can be found here.

Build

In case you wanna make changes to the docker container itself, issues or PRs are welcome. If you make changes to to Dockerfile you can build it with a simple:

docker build .

Tag summary

Content type

Image

Digest

Size

338 MB

Last updated

about 7 years ago

docker pull gnuton/asus-mediatek-toolchains-docker