base-files: process platform hotplug calls in the early launch of hotplug2 to avoid...
[openwrt.git] / package / base-files / files / etc / hotplug2-common.rules
index 101d451..a1d07d3 100644 (file)
@@ -55,3 +55,7 @@ FIRMWARE is set, ACTION == add {
        load-firmware /lib/firmware
        next-event
 }
+
+SUBSYSTEM == platform {
+       exec /sbin/hotplug-call %SUBSYSTEM%
+}