base-files: Allow to disable failsafe mode
[openwrt.git] / package / base-files / files / lib / preinit / 40_run_failsafe_hook
index cb43ad3..7301f77 100644 (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