https://github.com/gnuton/asus-mediatek-toolchains-docker
Docker image containing building environemnt for Asus Mediatek firmware
https://github.com/gnuton/asus-mediatek-toolchains-docker
Last synced: 3 months ago
JSON representation
Docker image containing building environemnt for Asus Mediatek firmware
- Host: GitHub
- URL: https://github.com/gnuton/asus-mediatek-toolchains-docker
- Owner: gnuton
- Created: 2019-05-09T08:38:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T07:34:39.000Z (almost 7 years ago)
- Last Synced: 2025-03-06T06:48:13.447Z (over 1 year ago)
- Language: Dockerfile
- Size: 49.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Asus Mediatek Toolchains in a Docker container
This repository contains Mediatek toolchains needed to build [ASUS DSL-N firmware](https://github.com/gnuton/asus-mediatek-fw).
## Quick start
This docker image can be used to build mediatek based firware on the cloud on your local machine
### Local
```bash
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](https://github.com/gnuton/asus-mediatek-fw/blob/mainline/.circleci/config.yml).
## 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:
```bash
docker build .
```