summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/machine/include/thinclient-common.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-10 11:45:39 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-10 11:45:39 +0000
commitdd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42 (patch)
treee8b9838dc2981038046081efe5145a4227902f7d /openembedded/conf/machine/include/thinclient-common.conf
parentce241d7e6d8e31411867b5f2127b02c776b39d8a (diff)
downloadpoky-dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42.tar.gz
Pull conf file updates from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@270 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/machine/include/thinclient-common.conf')
-rw-r--r--openembedded/conf/machine/include/thinclient-common.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/openembedded/conf/machine/include/thinclient-common.conf b/openembedded/conf/machine/include/thinclient-common.conf
new file mode 100644
index 0000000000..4a96b42525
--- /dev/null
+++ b/openembedded/conf/machine/include/thinclient-common.conf
@@ -0,0 +1,19 @@
1THINCLIENT_MODULES = "ipv6 \
2mip6-mn \
3tun \
4loop \
5vfat \
6sunrpc nfs \
7rfcomm bnep l2cap sco \
8af_packet \
9ppp-async ppp-deflate ppp-mppe \
10ip-gre ip-tables ipip \
11irda irlan irnet irport irtty \
12input uinput \
13"
14
15# Configuration bits for "generic thinclient"
16BOOTSTRAP_EXTRA_RDEPENDS += "apm"
17BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp bluez-utils wireless-tools ${@linux_module_packages('${THINCLIENT_MODULES}', d)}"
18
19INHERIT += "linux_modules"