1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 09:55:51 +03:00
openwrt-xburst/package/hotplug2/files/hotplug2.rules
juhosg d99855b11e [package] hotplug2: add platform hotplugging
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14248 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-28 20:01:11 +00:00

11 lines
195 B
Plaintext

$include /etc/hotplug2-common.rules
SUBSYSTEM ~~ (net|button|usb|platform) {
exec /sbin/hotplug-call %SUBSYSTEM%;
}
DEVICENAME ~~ (watchdog) {
exec /sbin/watchdog -t 5 /dev/watchdog;
next
}