aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrecipes/busybox/files/mdev6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/busybox/files/mdev b/recipes/busybox/files/mdev
index 4eed51e94c..4eba6190c7 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