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:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user