X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/69ce678e8c2f2f8e09036c6cac4184ff03dfe82a..97501ba110b24d9781a4bbc99765f20ce1f36477:/package/hotplug2/files/hotplug2.rules diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index 5122ada37..1f3a44415 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) { + 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%; -}