aboutsummaryrefslogtreecommitdiffstats
path: root/package/hotplug2
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-11-05 17:16:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-11-05 17:16:01 +0000
commitd93f90e54cad771854f53b49e397e537f3625586 (patch)
treeb5b16af848b480f1bcef21828a81e7dee880a77e /package/hotplug2
parent14fb2c27e2d1a60a82a6c5a21e3f57f6f7f0be58 (diff)
downloadupstream-d93f90e54cad771854f53b49e397e537f3625586.tar.gz
upstream-d93f90e54cad771854f53b49e397e537f3625586.tar.bz2
upstream-d93f90e54cad771854f53b49e397e537f3625586.zip
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28768 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hotplug2')
-rw-r--r--package/hotplug2/files/hotplug2.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules
index d72a1efb62..246cc3ab44 100644
--- a/package/hotplug2/files/hotplug2.rules
+++ b/package/hotplug2/files/hotplug2.rules
@@ -1,6 +1,6 @@
$include /etc/hotplug2-common.rules
-SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^platform$|^ieee1394$|^block$|^atm$|^zaptel$|^tty$) {
+SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^ieee1394$|^block$|^atm$|^zaptel$|^tty$) {
exec /sbin/hotplug-call %SUBSYSTEM%
}