summaryrefslogtreecommitdiff
path: root/conf/machine/include/thinclient-common.conf
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-09 19:19:08 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-09 19:19:08 +0000
commit45e1048fb2a2fc047c8a903966ca5cc9d1e03112 (patch)
tree6f5c507ceb9741a5598d2531b980c2f6d7ddf7f0 /conf/machine/include/thinclient-common.conf
parentedbb148535f63e58a8e10ed5c68b7aecb983602e (diff)
parentce0af9851e5a2231b9ed9fcfecfd10cc4b7794c3 (diff)
explicit_merge of '85da89c673cc2faec29d5ea692e6e7638f4c1b5e'
and '5f32961e5d0f4132f4513cbeac7fe59dc5ae5315' using ancestor '' to branch 'org.openembedded.dev'
Diffstat (limited to 'conf/machine/include/thinclient-common.conf')
-rw-r--r--conf/machine/include/thinclient-common.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/include/thinclient-common.conf b/conf/machine/include/thinclient-common.conf
new file mode 100644
index 0000000000..4a96b42525
--- /dev/null
+++ b/conf/machine/include/thinclient-common.conf
@@ -0,0 +1,19 @@
+THINCLIENT_MODULES = "ipv6 \
+mip6-mn \
+tun \
+loop \
+vfat \
+sunrpc nfs \
+rfcomm bnep l2cap sco \
+af_packet \
+ppp-async ppp-deflate ppp-mppe \
+ip-gre ip-tables ipip \
+irda irlan irnet irport irtty \
+input uinput \
+"
+
+# Configuration bits for "generic thinclient"
+BOOTSTRAP_EXTRA_RDEPENDS += "apm"
+BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp bluez-utils wireless-tools ${@linux_module_packages('${THINCLIENT_MODULES}', d)}"
+
+INHERIT += "linux_modules"