This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
openwrt
mirror of
git://git.openwrt.org/openwrt/openwrt.git
Watch
1
Star
0
Fork
You've already forked openwrt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1e7ed027d1
openwrt
/
target
/
linux
/
brcm-2.4
/
base-files
/
sbin
/
hotplug.failsafe
5 lines
52 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
case
"
$1
"
in
button
)
kill
-USR1 1
;
;
esac
Reference in New Issue
View Git Blame
Copy Permalink