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