busybox's mdev: add script to populate /dev/bus/usb
authorEric Bénard <eric@eukrea.com>
Fri, 29 Oct 2010 20:27:35 +0000 (22:27 +0200)
committerEric Bénard <eric@eukrea.com>
Sat, 30 Oct 2010 00:30:57 +0000 (02:30 +0200)
this patch allows libusb to work on kernel configured without
CONFIG_USB_DEVICEFS

Signed-off-by: Eric Bénard <eric@eukrea.com>
recipes/busybox/busybox_1.1x.inc
recipes/busybox/files/mdev.conf

index df536f6..079c784 100644 (file)
@@ -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
index 8f57b0a..0e1d6bc 100644 (file)
@@ -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