1
0
mirror of https://github.com/rafacouto/docker-openwrt-builder.git synced 2026-08-11 08:22:57 +00:00

Environment vars documented.

This commit is contained in:
Rafa Couto
2016-12-22 18:15:07 +01:00
parent b143b0c074
commit 4f827bc33b
3 changed files with 11 additions and 6 deletions
+3 -2
View File
@@ -22,10 +22,11 @@ git checkout $OPENWRT_RELEASE
# set the config file
cp "$OPENWRT_CONFIGS/$OPENWRT_TARGET.diff" "$OPENWRT_SRC/.config"
make defconfig
# update feeds
./scripts/feeds update -a
./scripts/feeds install -a
#./scripts/feeds update -a
#./scripts/feeds install -a
# available processors
if [ -z "$JOBS" ] ; then