This website requires JavaScript.
Explore
Help
Sign In
mr
/
openwrt
Watch
2
Star
0
Fork
1
You've already forked openwrt
Code
Issues
7
Pull Requests
Releases
Wiki
Activity
4e319c572f
openwrt
/
package
/
base-files
/
files
/
etc
/
hotplug2-init.rules
6 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
refactor hotplug2 rules, make sure that the default button rule is only used during the init (should fix #2772) SVN-Revision: 9644
2007-12-02 01:08:04 +08:00
$include /etc/hotplug2-common.rules
hotplug2 update - include hotplug2-init.rules from hotplug2.rules, fix permissions of various devices (fixes #2052) SVN-Revision: 7892
2007-07-09 08:13:47 +08:00
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
2007-07-01 05:09:02 +08:00
SUBSYSTEM ~~ button {
exec kill -USR1 1 ;
}
Reference in New Issue
Copy Permalink