Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] busybox: register mdev as hotplug helper
@ 2013-07-11 20:30 Gustavo Zacarias
  2013-07-12  7:01 ` Thomas De Schampheleire
  0 siblings, 1 reply; 15+ messages in thread
From: Gustavo Zacarias @ 2013-07-11 20:30 UTC (permalink / raw)
  To: buildroot

Register mdev as hotplug helper for many goodies and expected behaviour
(like automatic firmware loading).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/busybox/S10mdev | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/busybox/S10mdev b/package/busybox/S10mdev
index c06aa20..c41f166 100644
--- a/package/busybox/S10mdev
+++ b/package/busybox/S10mdev
@@ -6,6 +6,7 @@
 case "$1" in
   start)
 	echo "Starting mdev..."
+	echo /sbin/mdev 2>/dev/null >/proc/sys/kernel/hotplug
 	/sbin/mdev -s
 	;;
   stop)
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-07-28 14:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-11 20:30 [Buildroot] [PATCH] busybox: register mdev as hotplug helper Gustavo Zacarias
2013-07-12  7:01 ` Thomas De Schampheleire
2013-07-12 10:27   ` Gustavo Zacarias
2013-07-28  8:33     ` Thomas De Schampheleire
2013-07-28 11:28       ` Gustavo Zacarias
2013-07-28 11:56         ` Thomas De Schampheleire
2013-07-28 11:57           ` Gustavo Zacarias
2013-07-28 12:09             ` Thomas De Schampheleire
2013-07-28 12:12               ` Gustavo Zacarias
2013-07-28 13:14         ` Thomas Petazzoni
2013-07-28 13:38           ` Gustavo Zacarias
2013-07-28 13:51             ` Thomas Petazzoni
2013-07-28 14:01               ` Gustavo Zacarias
2013-07-28 14:03                 ` Thomas Petazzoni
2013-07-28 14:12                   ` Gustavo Zacarias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox