mirror of
https://github.com/rafacouto/docker-openwrt-builder
synced 2025-06-08 00:16:28 +00:00
Readme notes.
This commit is contained in:
parent
9f92427473
commit
e19e2b8e7a
29
README.md
29
README.md
@ -1,12 +1,37 @@
|
|||||||
|
|
||||||
# OpenWRT builder
|
# OpenWRT builder
|
||||||
|
|
||||||
This image provides a toolchain to build OpenWRT for different hardware.
|
This image provides a toolchain to build OpenWRT for different hardware devices.
|
||||||
|
|
||||||
|
## Get the docker image
|
||||||
|
|
||||||
|
### Pre-built image
|
||||||
|
|
||||||
|
docker pull caligari/openwrt-builder
|
||||||
|
|
||||||
|
### From Dockerfile
|
||||||
|
|
||||||
|
git clone git@github.com:rafacouto/docker-openwrt-builder.git
|
||||||
|
cd docker-openwrt-builder
|
||||||
|
docker build -t caligari/openwrt-builder .
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
-ToDo-
|
docker run -v $(pwd):/usr/local/openwrt/src --rm caligari/openwrt-builder
|
||||||
|
|
||||||
|
will show the help:
|
||||||
|
|
||||||
|
-ToDo-
|
||||||
|
|
||||||
|
### Compile an OpenWRT version to a hardware target
|
||||||
|
|
||||||
## Related info
|
## Related info
|
||||||
|
|
||||||
- [OpenWRT wiki](https://wiki.openwrt.org/)
|
- [OpenWRT wiki](https://wiki.openwrt.org/)
|
||||||
|
|
||||||
|
## Thanks
|
||||||
|
|
||||||
|
- [Javier Loureiro](https://twitter.com/StaticBoardsES) who has the idea for Raspberry Pi devices and provided config files for those ones.
|
||||||
|
- [OpenWRT community](https://openwrt.org/) for its great product.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user