openwrtv4/target/linux/brcm-2.4/base-files/sbin/hotplug.failsafe
Gabor Juhos 438dfe5c6f get rid of per-profile base-files
SVN-Revision: 9069
2007-09-29 14:27:54 +00:00

4 lines
52 B
Bash
Executable file

#!/bin/sh
case "$1" in
button) kill -USR1 1;;
esac