From cd7c9542bad478df9df733a6639ab3b6ef41ef72 Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Fri, 29 Oct 2010 22:27:35 +0200 Subject: busybox's mdev: add script to populate /dev/bus/usb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this patch allows libusb to work on kernel configured without CONFIG_USB_DEVICEFS Signed-off-by: Eric Bénard --- recipes/busybox/busybox_1.1x.inc | 2 ++ recipes/busybox/files/mdev.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/busybox/busybox_1.1x.inc b/recipes/busybox/busybox_1.1x.inc index df536f6098..079c784f60 100644 --- a/recipes/busybox/busybox_1.1x.inc +++ b/recipes/busybox/busybox_1.1x.inc @@ -23,6 +23,7 @@ SRC_URI = "\ file://defconfig \ file://mdev \ file://mdev.conf \ + file://usb.sh \ " EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}" @@ -38,6 +39,7 @@ do_install_append() { install -d ${D}${sysconfdir}/init.d/ install -d ${D}${sysconfdir}/mdev install -m 0755 ${WORKDIR}/find-touchscreen.sh ${D}${sysconfdir}/mdev/ + install -m 0755 ${WORKDIR}/usb.sh ${D}${sysconfdir}/mdev/ install -m 0755 ${WORKDIR}/mdev ${D}${sysconfdir}/init.d/ if grep "CONFIG_UDHCPD=y" ${WORKDIR}/defconfig; then diff --git a/recipes/busybox/files/mdev.conf b/recipes/busybox/files/mdev.conf index 8f57b0a84d..0e1d6bc5e0 100644 --- a/recipes/busybox/files/mdev.conf +++ b/recipes/busybox/files/mdev.conf @@ -20,7 +20,7 @@ sda 0:6 0640 tty 0:5 0666 tty.* 0:0 0620 urandom 0:0 0666 -usbdev.* 0:0 0660 +usbdev.* 0:0 0660 */etc/mdev/usb.sh vcs.* 0:5 0660 zero 0:0 0666 -- cgit 1.2.3-korg