X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fhotplug2%2Ffiles%2Fhotplug2.rules;h=8ad81033a7cf214c15a32ebc72c7e1e8ca90daec;hb=fd838e9faf163d384de49efde4a2358e488dcd67;hp=5122ada3787555336d55e8815f607b9a3775a154;hpb=69ce678e8c2f2f8e09036c6cac4184ff03dfe82a;p=openwrt-10.03%2F.git diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index 5122ada37..8ad81033a 100644 --- a/package/hotplug2/files/hotplug2.rules +++ b/package/hotplug2/files/hotplug2.rules @@ -1,17 +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% } -FIRMWARE is set { - exec /sbin/hotplug-call firmware; +DEVICENAME ~~ (watchdog) { + exec /sbin/watchdog -t 5 /dev/watchdog next } - -SUBSYSTEM ~~ (net|button) { - exec /sbin/hotplug-call %SUBSYSTEM%; -}