* Felix Fietkau <[email protected]> [10.11.2013 15:22]: > You could try this patch to see if it makes a difference wrt. boot time: > > --- > --- a/package/system/procd/files/hotplug.json > +++ b/package/system/procd/files/hotplug.json > @@ -69,8 +69,14 @@ > [ "exec", "/etc/rc.button/%BUTTON%" ] > ], > [ "if", > - [ "eq", "SUBSYSTEM", > - [ "net", "input", "usb", "ieee1394", "block", "atm", > "zaptel", "tty", "button" ] > + [ "or", > + [ "eq", "SUBSYSTEM", > + [ "net", "input", "usb", "ieee1394", "block", > "atm", "zaptel", "button" ], > + ], > + [ "and", > + [ "eq", "SUBSYSTEM", "tty" ], > + [ "regex", "DEVNAME", "^ttyUSB" ], > + ] > ], > [ "exec", "/sbin/hotplug-call", "%SUBSYSTEM%" ] > ], >
this works fine here, so just include: http://intercity-vpn.de/files/openwrt/hotplug-calls-debug-r38651-patched.txt before: 289 calls to /sbin/hotplug-call, now: 32 (model: TP-LINK TL-WDR4900 v1) thank you - bye, Bastian _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
