X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fhotplug2%2Ffiles%2Fhotplug2.rules;h=8ad81033a7cf214c15a32ebc72c7e1e8ca90daec;hb=fd838e9faf163d384de49efde4a2358e488dcd67;hp=8429857824e145869b690ed043c4dec4263caa1a;hpb=16c760b3740e289987e1cb705a80fc5fe0692852;p=openwrt-10.03%2F.git diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index 842985782..8ad81033a 100644 --- a/package/hotplug2/files/hotplug2.rules +++ b/package/hotplug2/files/hotplug2.rules @@ -1,10 +1,10 @@ -$include /etc/hotplug2-init.rules +$include /etc/hotplug2-common.rules -SUBSYSTEM ~~ (net|button|usb) { - exec /sbin/hotplug-call %SUBSYSTEM%; +SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block) { + exec /sbin/hotplug-call %SUBSYSTEM% } DEVICENAME ~~ (watchdog) { - exec /sbin/watchdog -t 5 /dev/watchdog; + exec /sbin/watchdog -t 5 /dev/watchdog next }