1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 06:11:30 +03:00
openwrt-xburst/package/base-files/brcm/sbin/hotplug.failsafe
nbd 85668687d8 add failsafe mode and mini_fo mounting support for brcm-2.4 and brcm-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5544 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-17 03:07:10 +00:00

5 lines
52 B
Bash
Executable File

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