summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
authorMike Looijmans <mike.looijmans@topic.nl>2013-05-14 08:28:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-16 00:09:49 +0300
commit39537e01a53b25741171f68aa05137aee9ba392b (patch)
treed8b9ced865be2401aeea8c226a50e1092c37e1cb /meta/recipes-core/busybox
parent360bfe943af279691b7e2c777af6eca9d0fa86e5 (diff)
downloadpoky-39537e01a53b25741171f68aa05137aee9ba392b.tar.gz
busybox-mdev: Startup at level S03 instead of S06
The udev hotplug deamon starts at 03, so mdev should start at the same point. This fixes the bug that when modutils (runs at 04) initializes devices that the mdev hotplug will often not pick them up, resulting in missing device nodes and similar problems. (From OE-Core rev: 18d3e5eb9102a984d00837f8fec16fda522c511a) Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r--meta/recipes-core/busybox/busybox.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 00c88abcba..c8908b072b 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -29,7 +29,7 @@ INITSCRIPT_PACKAGES = "${PN}-httpd ${PN}-syslog ${PN}-udhcpd ${PN}-mdev ${PN}-hw
29INITSCRIPT_NAME_${PN}-httpd = "busybox-httpd" 29INITSCRIPT_NAME_${PN}-httpd = "busybox-httpd"
30INITSCRIPT_NAME_${PN}-hwclock = "hwclock.sh" 30INITSCRIPT_NAME_${PN}-hwclock = "hwclock.sh"
31INITSCRIPT_NAME_${PN}-mdev = "mdev" 31INITSCRIPT_NAME_${PN}-mdev = "mdev"
32INITSCRIPT_PARAMS_${PN}-mdev = "start 06 S ." 32INITSCRIPT_PARAMS_${PN}-mdev = "start 03 S ."
33INITSCRIPT_NAME_${PN}-syslog = "syslog" 33INITSCRIPT_NAME_${PN}-syslog = "syslog"
34INITSCRIPT_NAME_${PN}-udhcpd = "busybox-udhcpd" 34INITSCRIPT_NAME_${PN}-udhcpd = "busybox-udhcpd"
35 35