https://forum.openwrt.org/viewtopic.php?id=28227
$ edit package/base-files/files/lib/preinit/30_failsafe_wait
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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 |
and make ...

没有评论:
发表评论