weyou / tomato-build-env

A docker for building the tomato firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This image is for setup the build enviorment for Tomato

Example:

$ docker run -ti --rm -v <tomato-src>:/app weyou/tomato-build-env
# cd release/src-rt
# make V1=9052 V2=beta23 e3000

About

A docker for building the tomato firmware


Languages

Language:Dockerfile 88.8%Language:Shell 11.2%