Image Generator for Xiaomi Router Gen 3G. Daily updated.
3.7K
NOTE:
The OpenWRT project is perfect for powerful devices, . However, its snapshot build is a very minimal version without the WebUI manager (LUCI) and some common useful tools like SAMBA, DLNA, OpenVPN, torrent,... To be updated to the latest build, it takes time to do some of the most boring tasks: flash the update, install my needed components. That's the reason for me to build this repository and make all thing be automated.
Read this if you are interesting:
... Comming soon
Name: trinhpham/xiaomi-r3g-openwrt-builder
build.sh to automatic deploy new release files to GithubYou can view my automated build at travis-ci.com.
This build calls the build script build.sh inside a Docker container of Docker image above.
Note: Travis-CI doesn't support Docker volume mounting (except its Enterprise plan, ref), so you cannot transfer neither source nor ouput files to/from the container. I chose to run all build tasks inside the Docker container, tell me if you have any better idea :).
There are some notes if you'd like to fork my build:
GITHUB_TOKEN for the github-release, DOCKER_USERNAME and DOCKER_PASSWORD for helping reduce impact of Docker hub limit ratejob.include in .travis.ymlmodules/<DeviceModel>.txt, in which DeviceModel (named as RELEASE_MODEL in build env var) is the profile name that can be retrieve from command make infodocker build -t testimage docker/docker run -it --rm -v $(pwd):/openwrt/ \
-e OPENWRT_DOWNLOAD_HOST=sv1-di.getto.dev \
-e RELEASE_MODEL=xiaomi_mir3g \
-e OPENWRT_VERSION=stable \
testimage /openwrt/docker/build.sh
Content type
Image
Digest
Size
196.6 MB
Last updated
over 5 years ago
docker pull trinhpham/xiaomi-r3g-openwrt-builder