Select Git revision
Forked from
firmware / FFS Gluon site
Source project has a limited visibility.
-
Leonard Penzer authored
Updated modules to a63d3c042cde5af6f702d98bb89b6a0ccc4d1cb9 With this update of the Gluon-Packages, we enable freifunk-stuttgart/Gluon-Packages@a63d3c0
Leonard Penzer authoredUpdated modules to a63d3c042cde5af6f702d98bb89b6a0ccc4d1cb9 With this update of the Gluon-Packages, we enable freifunk-stuttgart/Gluon-Packages@a63d3c0
90_setup_mode 347 B
#!/bin/sh
setup_mode_enable() {
local enabled="$(uci -q get 'gluon-setup-mode.@setup_mode[0].enabled')"
local configured="$(uci -q get 'gluon-setup-mode.@setup_mode[0].configured')"
if [ "$enabled" = 1 ] || [ "$configured" != 1 ]; then
echo '/lib/gluon/setup-mode/rc.d' > /tmp/rc_d_path
fi
}
boot_hook_add preinit_main setup_mode_enable