This website works better with JavaScript.
Explore
Help
Sign In
hsist
/
freifunkist-firmware
Watch
6
Star
1
Fork
You've already forked freifunkist-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45517
Commits
1
Branch
0
Tags
164 MiB
Tag:
Branch:
Tree:
fa2369e59b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fa2369e59b'
${ noResults }
freifunkist-firmware
/
package
/
base-files
/
files
/
etc
/
rc.button
/
failsafe
6 lines
87 B
Raw
Normal View
History
Unescape
Escape
make basefiles aware of procd Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36003
12 years ago
#!/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
11 years ago
[ "${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
9 years ago
return 0