From 248ab4ac2ff88da00903990a537927f7c85b5c33 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 5 Nov 2011 17:16:01 +0000 Subject: base-files: process platform hotplug calls in the early launch of hotplug2 to avoid having crda calls get stuck at boot time (fixes #10350, #10354) SVN-Revision: 28768 --- package/base-files/files/etc/hotplug2-common.rules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/base-files/files') diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules index 101d4512fb..a1d07d3997 100644 --- a/package/base-files/files/etc/hotplug2-common.rules +++ b/package/base-files/files/etc/hotplug2-common.rules @@ -55,3 +55,7 @@ FIRMWARE is set, ACTION == add { load-firmware /lib/firmware next-event } + +SUBSYSTEM == platform { + exec /sbin/hotplug-call %SUBSYSTEM% +} -- cgit v1.2.3