This website requires JavaScript.
Explore
Help
Sign In
mr
/
openwrt
Watch
2
Star
0
Fork
1
You've already forked openwrt
Code
Issues
7
Pull Requests
Releases
Wiki
Activity
e9b8f24ded
openwrt
/
package
/
base-files
/
files
/
etc
/
rc.button
/
failsafe
4 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
make basefiles aware of procd Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36003
2013-03-14 02:11:19 +08: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-12 07:34:11 +08:00
[ "${TYPE}" = "switch" ] || echo ${BUTTON} > /tmp/failsafe_button
Reference in New Issue
Copy Permalink