This website requires JavaScript.
Explore
Help
Register
Sign In
hak5
/
openwrt
mirror of
https://github.com/hak5/openwrt.git
Watch
1
Star
0
Fork
You've already forked openwrt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bf54335dee
openwrt
/
package
/
base-files
/
files
/
etc
/
hotplug2-init.rules
6 lines
80 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-01 17:08:04 +00: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 00:13:47 +00: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-06-30 21:09:02 +00:00
SUBSYSTEM ~~ button {
Removed extra ; in exec rule SVN-Revision: 16243
2009-06-01 08:48:37 +00:00
exec kill -USR1 1
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-06-30 21:09:02 +00:00
}