/asus-mediatek-toolchains-docker

Docker image containing building environemnt for Asus Mediatek firmware

Primary LanguageDockerfile

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 .