2
0
forked from Ivasoft/openwrt

base-files: Allow to disable failsafe mode

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
This commit is contained in:
John Crispin
2016-04-19 10:07:35 +02:00
parent dc92917409
commit b4e33a1c08
5 changed files with 24 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
# Copyright (C) 2010 Vertical Communications
run_failsafe_hook() {
[ "$pi_preinit_no_failsafe" = "y" ] && return
if [ "$FAILSAFE" = "true" ]; then
boot_run_hook failsafe
lock -w /tmp/.failsafe