commit
62fb2c8a47
@ -6,7 +6,7 @@ export BROKEN=1
|
|||||||
export GLUON_AUTOREMOVE=1
|
export GLUON_AUTOREMOVE=1
|
||||||
export GLUON_DEPRECATED=1
|
export GLUON_DEPRECATED=1
|
||||||
export GLUON_SITEDIR="contrib/ci/minimal-site"
|
export GLUON_SITEDIR="contrib/ci/minimal-site"
|
||||||
export GLUON_TARGET=$1
|
export GLUON_TARGET="$1"
|
||||||
export BUILD_LOG=1
|
export BUILD_LOG=1
|
||||||
|
|
||||||
make update
|
make update
|
||||||
|
@ -37,7 +37,7 @@ proto_gluon_bat0_renew() {
|
|||||||
proto_gluon_bat0_setup() {
|
proto_gluon_bat0_setup() {
|
||||||
local config="$1"
|
local config="$1"
|
||||||
|
|
||||||
local routing_algo=$(lookup_site 'mesh.batman_adv.routing_algo' 'BATMAN_IV')
|
local routing_algo="$(lookup_site 'mesh.batman_adv.routing_algo' 'BATMAN_IV')"
|
||||||
|
|
||||||
local gw_mode
|
local gw_mode
|
||||||
json_get_vars gw_mode
|
json_get_vars gw_mode
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -euo pipefail
|
set -eu
|
||||||
|
|
||||||
echo "Entering setup mode and rebooting..."
|
echo "Entering setup mode and rebooting..."
|
||||||
uci set gluon-setup-mode.@setup_mode[0].enabled='1'
|
uci set gluon-setup-mode.@setup_mode[0].enabled='1'
|
||||||
|
Loading…
Reference in New Issue
Block a user