diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:41:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:41:49 +0000 |
commit | 19a9284b9a6fd60ac78a129052cc677a39abf3cb (patch) | |
tree | abddc378241cb70008e19540801ba47e46244f7c /target/linux/brcm47xx/base-files/sbin | |
parent | c658aa2f527a96a724385869c2c7d2e70ac75600 (diff) | |
download | master-187ad058-19a9284b9a6fd60ac78a129052cc677a39abf3cb.tar.gz master-187ad058-19a9284b9a6fd60ac78a129052cc677a39abf3cb.tar.bz2 master-187ad058-19a9284b9a6fd60ac78a129052cc677a39abf3cb.zip |
add back the base-files/image code from brcm-2.4 to brcm47xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21945 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/base-files/sbin')
-rwxr-xr-x | target/linux/brcm47xx/base-files/sbin/hotplug.failsafe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/base-files/sbin/hotplug.failsafe b/target/linux/brcm47xx/base-files/sbin/hotplug.failsafe new file mode 100755 index 0000000000..0544339de8 --- /dev/null +++ b/target/linux/brcm47xx/base-files/sbin/hotplug.failsafe @@ -0,0 +1,4 @@ +#!/bin/sh +case "$1" in + button) kill -USR1 1;; +esac |