projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix a horrible memleak in madwifi
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
hotplug2-init.rules
diff --git
a/package/base-files/files/etc/hotplug2-init.rules
b/package/base-files/files/etc/hotplug2-init.rules
index
6efd546
..
098ad04
100644
(file)
--- 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 ;
+}
This page took
0.022822 seconds
and
4
git commands to generate.