X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fhotplug2%2Ffiles%2Fhotplug2.rules;h=8ad81033a7cf214c15a32ebc72c7e1e8ca90daec;hb=fd838e9faf163d384de49efde4a2358e488dcd67;hp=ebd96fa33debfe979aceb1262ff2ee09a1ab26bd;hpb=2d6b53deec9dab294cb8e0aafe81ecc7aba5ba4e;p=openwrt-10.03%2F.git diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index ebd96fa33..8ad81033a 100644 --- a/package/hotplug2/files/hotplug2.rules +++ b/package/hotplug2/files/hotplug2.rules @@ -1,12 +1,10 @@ -DEVICENAME ~~ (tun|tap[0-9]) { - makedev /dev/net/%DEVICENAME% 0644 - next -} +$include /etc/hotplug2-common.rules -DEVPATH is set { - makedev /dev/%DEVICENAME% 0644 +SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block) { + exec /sbin/hotplug-call %SUBSYSTEM% } -SUBSYSTEM ~~ (net|button) { - exec /sbin/hotplug-call %SUBSYSTEM%; +DEVICENAME ~~ (watchdog) { + exec /sbin/watchdog -t 5 /dev/watchdog + next }