aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-10-15 13:21:21 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-10-15 13:21:21 +0000
commit86259c91b17578c5984275689ea4722bfa2a85d3 (patch)
treed400c4d3cd24c8bcda50e06824a1f3fdf80a5a57 /conf
parent407342321310b8478fc2e6f9850e3a588112004e (diff)
downloadopenembedded-86259c91b17578c5984275689ea4722bfa2a85d3.tar.gz
Added irda-utils to handheld-common to get IrDa working
BKrev: 416fced1IK0TeQgWWXnhOKlakS9Dwg
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/handheld-common.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/handheld-common.conf b/conf/machine/handheld-common.conf
index e69de29bb2..d8f61b8369 100644
--- a/conf/machine/handheld-common.conf
+++ b/conf/machine/handheld-common.conf
@@ -0,0 +1,24 @@
+HANDHELD_MODULES = "ipv6 \
+ipsec \
+nvrd \
+mip6-mn \
+tun \
+ide-cs ide-disk \
+loop \
+vfat ext2 \
+sunrpc nfs \
+btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart \
+pcnet-cs serial-cs \
+af_packet \
+ppp-async ppp-deflate ppp-mppe \
+ip-gre ip-tables ipip \
+irda irlan irnet irport irtty \
+input uinput \
+"
+
+# Configuration bits for "generic handheld"
+BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp bluez-utils wireless-tools irda-utils"
+BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm irda-utils"
+BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp bluez-utils wireless-tools ${@linux_module_packages('${HANDHELD_MODULES}')}"
+
+INHERIT += "linux_modules"