mirror of
https://github.com/rafacouto/docker-openwrt-builder
synced 2025-06-07 16:06:16 +00:00
Ignoring src folder.
This commit is contained in:
parent
4f827bc33b
commit
3d0c6a1658
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/src
|
@ -25,7 +25,7 @@ shows the help:
|
|||||||
docker run -v $(pwd)/src:/usr/local/openwrt/src \
|
docker run -v $(pwd)/src:/usr/local/openwrt/src \
|
||||||
-e OPENWRT_TARGET=rpi-3 caligari/openwrt-builder
|
-e OPENWRT_TARGET=rpi-3 caligari/openwrt-builder
|
||||||
|
|
||||||
- /usr/local/openwrt/src Directory where OpenWRT sources persist (>= 15Gb).
|
- __/usr/local/openwrt/src__ Directory where OpenWRT sources persist (>= 15Gb).
|
||||||
|
|
||||||
### Docker variables
|
### Docker variables
|
||||||
|
|
||||||
@ -35,9 +35,9 @@ shows the help:
|
|||||||
-e JOBS=3 \
|
-e JOBS=3 \
|
||||||
caligari/openwrt-builder
|
caligari/openwrt-builder
|
||||||
|
|
||||||
- OPENWRT\_TARGET Device configuration you are building OpenWRT for.
|
- __OPENWRT\_TARGET__ Device configuration you are building OpenWRT for.
|
||||||
- OPENWRT\_RELEASE OpenWRT version tag/branch to build (default is 'master').
|
- __OPENWRT\_RELEASE__ OpenWRT version tag/branch to build (default is 'master').
|
||||||
- JOBS Number of parallel jobs to launch with _make_
|
- __JOBS__ Number of parallel jobs to launch with _make_.
|
||||||
|
|
||||||
### Compile an OpenWRT version to a hardware target
|
### Compile an OpenWRT version to a hardware target
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user