1
0
mirror of https://github.com/rafacouto/docker-openwrt-builder synced 2025-06-07 07:56:13 +00:00

Ignoring src folder.

This commit is contained in:
Rafa Couto 2016-12-22 20:51:01 +01:00
parent 4f827bc33b
commit 3d0c6a1658
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/src

View File

@ -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