include/toplevel.mk: print warnings/errors to stderr
[openwrt.git] / package / hotplug2 / files / hotplug2.rules
index d72a1efb624c7d4598721666f8c68466e2de5f79..246cc3ab445b856e52e3fb5a16ec992e34a826a8 100644 (file)
@@ -1,6 +1,6 @@
 $include /etc/hotplug2-common.rules
 
-SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^platform$|^ieee1394$|^block$|^atm$|^zaptel$|^tty$) {
+SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^ieee1394$|^block$|^atm$|^zaptel$|^tty$) {
        exec /sbin/hotplug-call %SUBSYSTEM%
 }