summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-05-03 19:06:52 +0200
committerPhil Blundell <philb@gnu.org>2012-05-28 17:10:17 +0100
commit141085477c43e1d51cefb982d503ff669c37c92d (patch)
treed554112ddea412abe6e6579249c903b5dcc693f2 /recipes
parentfcf525654915edb9650f1a6c2852f336366f8b2f (diff)
downloadmeta-micro-141085477c43e1d51cefb982d503ff669c37c92d.tar.gz
busybox: mdev was removed
bea936913fcf684c23d36f740050dea118d5caad removed mdev, so rm now unused file, too. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/busybox/files/mdev9
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes/busybox/files/mdev b/recipes/busybox/files/mdev
deleted file mode 100644
index 14ba837..0000000
--- a/recipes/busybox/files/mdev
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-mount proc /proc -t proc
-mount sys /sys -t sysfs
-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
-mdev -s