This website requires JavaScript.
Explore
Help
Sign In
qi-hardware
/
openwrt-xburst
Watch
1
Star
0
Fork
0
You've already forked openwrt-xburst
mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced
2024-11-04 19:03:09 +02:00
Code
b45c92bdd0
openwrt-xburst
/
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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9644 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-01 19:08:04 +02:00
$include /etc/hotplug2-common.rules
hotplug2 update - include hotplug2-init.rules from hotplug2.rules, fix permissions of various devices (fixes #2052) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7892 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-09 03:13:47 +03: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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7810 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-01 00:09:02 +03:00
SUBSYSTEM ~~ button {
exec kill -USR1 1 ;
}
Copy Permalink