From: Gustavo Zacarias Date: Sun, 28 Jul 2013 14:15:52 +0000 (-0300) Subject: busybox: register mdev as hotplug helper when selected X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=caae7fa1d737c550b4a2f557d6e1761b93934340;p=buildroot.git busybox: register mdev as hotplug helper when selected It's also done in the kernel configuration, however users may be using some other pre-built kernel and miss functionality like firmware loading. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/busybox/S10mdev b/package/busybox/S10mdev index c06aa20b5b..d386d420b5 100644 --- a/package/busybox/S10mdev +++ b/package/busybox/S10mdev @@ -6,6 +6,7 @@ case "$1" in start) echo "Starting mdev..." + echo /sbin/mdev >/proc/sys/kernel/hotplug /sbin/mdev -s ;; stop)