Skip to content

Instantly share code, notes, and snippets.

@zhangxc
Created April 27, 2011 15:20
Show Gist options
  • Save zhangxc/944446 to your computer and use it in GitHub Desktop.
Save zhangxc/944446 to your computer and use it in GitHub Desktop.
disable failesafe mode in openwrt
- FAILSAFE=
- pi_failsafe_net_message=true
- preinit_net_echo "Please press button now to enter failsafe"
- pi_failsafe_net_message=false
- fs_wait_for_key f 'to enter failsafe mode' $fs_failsafe_wait_timeout && FAILSAFE=true && export FAILSAFE
+ FAILSAFE=false
+ #pi_failsafe_net_message=true
+ #preinit_net_echo "Please press button now to enter failsafe"
+ #pi_failsafe_net_message=false
+ #fs_wait_for_key f 'to enter failsafe mode' $fs_failsafe_wait_timeout && FAILSAFE=true && export FAILSAFE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment