summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox_1.13.2.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@koansoftware.com>2009-01-09 17:39:34 +0100
committerMarcin Juszkiewicz <hrw@koansoftware.com>2009-01-16 15:37:49 +0100
commit5e4817d253b47a758a4b8fba1fcf46a88e390b60 (patch)
treec8a0c03c8e69c3388934ae3e70e35dbfc14e1437 /packages/busybox/busybox_1.13.2.bb
parent2dc2f17523a946c8039c58e1ae27b6bc14e2cbc2 (diff)
busybox: create /dev/input/touchscreen0 with mdev
Diffstat (limited to 'packages/busybox/busybox_1.13.2.bb')
-rw-r--r--packages/busybox/busybox_1.13.2.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/busybox/busybox_1.13.2.bb b/packages/busybox/busybox_1.13.2.bb
index 740eee2255..2172967bec 100644
--- a/packages/busybox/busybox_1.13.2.bb
+++ b/packages/busybox/busybox_1.13.2.bb
@@ -1,11 +1,14 @@
require busybox.inc
+PR = "r1"
+
SRC_URI = "\
http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
\
file://udhcpscript.patch;patch=1 \
file://B921600.patch;patch=1 \
file://mdev-fix.patch;patch=1 \
+ file://find-touchscreen.sh \
file://busybox-cron \
file://busybox-httpd \
file://busybox-udhcpd \
@@ -30,6 +33,8 @@ do_configure () {
do_install_append() {
install -m 0644 ${WORKDIR}/mdev.conf ${D}${sysconfdir}/
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}/mdev ${D}${sysconfdir}/init.d/
}