aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/hotplug2-init.rules
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-30 21:09:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-30 21:09:02 +0000
commit5e7cb507cdb00f627ca1dc14faca87eff0f1de70 (patch)
treec5b0f60f401f76b91d9328c75130919b89759877 /package/base-files/files/etc/hotplug2-init.rules
parentf95db8bac8334bbf5add2b4dbf1b13a064295dc7 (diff)
downloadupstream-5e7cb507cdb00f627ca1dc14faca87eff0f1de70.tar.gz
upstream-5e7cb507cdb00f627ca1dc14faca87eff0f1de70.tar.bz2
upstream-5e7cb507cdb00f627ca1dc14faca87eff0f1de70.zip
move parts of the failsafe code to the generic base-files - will be used on atheros as well as soon as i've added support for it
SVN-Revision: 7810
Diffstat (limited to 'package/base-files/files/etc/hotplug2-init.rules')
-rw-r--r--package/base-files/files/etc/hotplug2-init.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/base-files/files/etc/hotplug2-init.rules b/package/base-files/files/etc/hotplug2-init.rules
index 6efd546689..098ad047a7 100644
--- a/package/base-files/files/etc/hotplug2-init.rules
+++ b/package/base-files/files/etc/hotplug2-init.rules
@@ -7,3 +7,6 @@ DEVPATH is set {
makedev /dev/%DEVICENAME% 0644
}
+SUBSYSTEM ~~ button {
+ exec kill -USR1 1 ;
+}