This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv3
Watch
1
Star
0
Fork
You've already forked openwrtv3
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
8e90f20bf7
openwrtv3
/
package
/
base-files
/
files
/
etc
/
rc.button
/
failsafe
6 lines
87 B
Text
Raw
Normal View
History
Unescape
Escape
make basefiles aware of procd Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36003
2013-03-13 18:11:19 +00:00
#!/bin/sh
base-files: don't enter failsafe if triggered by switch Fixes failsafe issues with switches after r38725. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38770
2013-11-11 23:34:11 +00:00
[ "${TYPE}" = "switch" ] || echo ${BUTTON} > /tmp/failsafe_button
buttons: make all button handler scripts return 0 this is required by the new button timeout feature Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 46471
2015-07-24 09:11:35 +00:00
return 0
Reference in a new issue
Copy permalink