add --no-coldplug to the hotplug2 process started by /etc/init.d/boot - should preven...
[openwrt.git] / package / base-files / files / etc / hotplug2-init.rules
index bcc4c6a..acfe8ca 100644 (file)
@@ -28,6 +28,11 @@ DEVPATH is set {
        makedev /dev/%DEVICENAME% 0644
 }
 
+FIRMWARE is set {
+       nothrottle
+       exec /sbin/hotplug-call firmware;
+       next
+}
 
 SUBSYSTEM ~~ button {
        exec kill -USR1 1 ;
This page took 0.023417 seconds and 4 git commands to generate.