X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b697167e03244fac2f6a28d4ca81bbfa1e57f9a3..271da7f4e93492f377c0fcf25def4591d60b9fbc:/package/hotplug2/files/hotplug2.rules?ds=inline diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index e8847f2f6..eb8ffaa7c 100644 --- a/package/hotplug2/files/hotplug2.rules +++ b/package/hotplug2/files/hotplug2.rules @@ -1,10 +1,10 @@ $include /etc/hotplug2-common.rules -SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block|atm) { +SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^platform$|^ieee1394$|^block$|^atm$|^zaptel$) { exec /sbin/hotplug-call %SUBSYSTEM% } -DEVICENAME ~~ (watchdog) { +DEVICENAME == watchdog { exec /sbin/watchdog -t 5 /dev/watchdog - next + next-event }