From patchwork Fri Apr 27 14:26:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] busybox: mdev was removed Date: Fri, 27 Apr 2012 14:26:12 -0000 From: Bernhard Reutner-Fischer X-Patchwork-Id: 26531 Message-Id: <1335536773-1543-1-git-send-email-rep.dot.nop@gmail.com> To: openembedded-devel@lists.openembedded.org bea936913fcf684c23d36f740050dea118d5caad removed mdev, so rm now unused file, too. Signed-off-by: Bernhard Reutner-Fischer --- recipes/busybox/files/mdev | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 recipes/busybox/files/mdev 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