[oe] [PATCH 06/12] busybox: remove superfluous newlines from mdev init script

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Jan 3 20:02:00 UTC 2011


Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 recipes/busybox/files/mdev |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/busybox/files/mdev b/recipes/busybox/files/mdev
index 4eed51e..4eba619 100755
--- a/recipes/busybox/files/mdev
+++ b/recipes/busybox/files/mdev
@@ -1,11 +1,7 @@
 #!/bin/sh
 
 mount -t tmpfs tmpfs /dev  -o size=64k,mode=0755
-
 mkdir /dev/pts /dev/shm
-
 mount -t devpts devpts /dev/pts
-
-echo "/sbin/mdev" >/proc/sys/kernel/hotplug
-
+echo "/sbin/mdev" > /proc/sys/kernel/hotplug
 mdev -s
-- 
1.7.2.3





More information about the Openembedded-devel mailing list