X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/69ce678e8c2f2f8e09036c6cac4184ff03dfe82a..4f8894887d1e3569817a0f1972616bee83c43982:/package/hotplug2/files/hotplug2.rules diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index 5122ada37..11faf7b94 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-init.rules -DEVPATH is set { - makedev /dev/%DEVICENAME% 0644 +SUBSYSTEM ~~ (net|button|usb) { + exec /sbin/hotplug-call %SUBSYSTEM%; } -FIRMWARE is set { - exec /sbin/hotplug-call firmware; +DEVICENAME ~~ (watchdog) { + exec /sbin/watchdog -t 10 /dev/watchdog; next } - -SUBSYSTEM ~~ (net|button) { - exec /sbin/hotplug-call %SUBSYSTEM%; -}